org.apache.maven.shared.model.fileset.mappers
Class UnPackageNameMapper
java.lang.Object
org.apache.maven.shared.model.fileset.mappers.GlobPatternMapper
org.apache.maven.shared.model.fileset.mappers.UnPackageNameMapper
- All Implemented Interfaces:
- FileNameMapper
- public class UnPackageNameMapper
- extends GlobPatternMapper
Maps dotted package name matches to a directory name.
This is the inverse of the package mapper.
This is useful for matching XML formatter results against their JUnit test
cases.
<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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnPackageNameMapper
public UnPackageNameMapper()
extractVariablePart
protected String extractVariablePart(String name)
- Returns the part of the given string that matches the * in the
"from" pattern replacing dots with file separators
- Overrides:
extractVariablePart in class GlobPatternMapper
- Parameters:
name - Source filename
- Returns:
- Replaced variable part
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.