org.apache.tools.ant.util
public class UnPackageNameMapper extends GlobPatternMapper
<mapper classname="org.apache.tools.ant.util.UnPackageNameMapper" from="${test.data.dir}/TEST-*Test.xml" to="*Test.java">
Method Summary | |
---|---|
protected String | extractVariablePart(String name)
Returns the part of the given string that matches the * in the
"from" pattern replacing dots with file separators
|
Parameters: name Source filename
Returns: Replaced variable part