org.apache.tools.ant.taskdefs
public class PathConvert.MapEntry extends Object
Method Summary | |
---|---|
String | apply(String elem)
Apply this map entry to a given path element.
|
void | setFrom(String from)
Set the "from" attribute of the map entry. |
void | setTo(String to)
Set the replacement text to use when from is matched; required. |
Parameters: elem Path element to process.
Returns: String Updated path element after mapping.
Parameters: from the prefix string to search for; required. Note that this value is case-insensitive when the build is running on a Windows platform and case-sensitive when running on a Unix platform.
Parameters: to new prefix.