org.apache.maven.shared.model.fileset.mappers
Class PackageNameMapper
java.lang.Object
org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
org.apache.maven.shared.model.fileset.mappers.PackageNameMapper
- All Implemented Interfaces:
- FileNameMapper
- public class PackageNameMapper
- extends GlobPatternMapper
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"/>
|
Method Summary |
protected String |
extractVariablePart(String name)
Returns the part of the given string that matches the * in the
"from" pattern replacing file separators with dots |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackageNameMapper
public PackageNameMapper()
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
- Overrides:
extractVariablePart in class GlobPatternMapper
- Parameters:
name - Source filename
- Returns:
- Replaced variable part
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.