org.apache.tools.ant.util
Class PackageNameMapper
- FileNameMapper
public class PackageNameMapper
Maps directory name matches into a dotted package name. This is
useful for matching JUnit test cases againt their XML formatter
results.
<mapper classname="org.apache.tools.ant.util.PackageNameMapper"
from="*Test.java" to="${test.data.dir}/TEST-*Test.xml"/>
protected String | extractVariablePart(String name) - Returns the part of the given string that matches the * in the
"from" pattern replacing file separators with dots
|
extractVariablePart
protected String extractVariablePart(String name)
Returns the part of the given string that matches the * in the
"from" pattern replacing file separators with dots
- extractVariablePart in interface GlobPatternMapper