Package org.apache.tools.ant.taskdefs
Class PathConvert.MapEntry
java.lang.Object
org.apache.tools.ant.taskdefs.PathConvert.MapEntry
- Enclosing class:
- PathConvert
Helper class, holds the nested <map> values. Elements will look like
 this: <map from="d:" to="/foo"/>
 When running on windows, the prefix comparison will be case
 insensitive.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MapEntrypublic MapEntry()
 
- 
- 
Method Details- 
setFromSet the "from" attribute of the map entry.- 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.
 
- 
setToSet the replacement text to use when from is matched; required.- Parameters:
- to- new prefix.
 
- 
apply
 
-