Moved out of MatchingTask to make it a standalone object that could
be referenced (by scripts for example).
| Attribute |
Description |
Type |
Required |
| classpath |
Set the classpath to load the FileNameMapper through (attribute).
|
Path
|
?
|
| classpathref |
Set the classpath to load the FileNameMapper through via
reference (attribute).
|
Reference
|
?
|
| refid |
Make this Mapper instance a reference to another Mapper.
You must not set any other attribute if you make it a
reference.
|
Reference
|
?
|
| type |
Set the type of FileNameMapper to use.
|
String ["identity", "flatten", "glob", "merge", "regexp", "package", "unpackage"]
|
?
|
| classname |
Set the class name of the FileNameMapper to use.
|
String
|
?
|
| from |
Set the argument to FileNameMapper.setFrom
|
String
|
?
|
| to |
Set the argument to FileNameMapper.setTo
|
String
|
?
|