org.apache.tools.ant.util
Class CompositeMapper
- FileNameMapper
public class CompositeMapper
A ContainerMapper
that unites the results of its constituent
FileNameMapper
s into a single set of result filenames.
String[] | mapFileName(String sourceFileName) - Returns an array containing the target filename(s) for the
given source file.
|
mapFileName
public String[] mapFileName(String sourceFileName)
Returns an array containing the target filename(s) for the
given source file.
if the given rule doesn't apply to the source file,
implementation must return null. SourceFileScanner will then
omit the source file in question.
- mapFileName in interface FileNameMapper
sourceFileName
- the name of the source file relative to
some given basedirectory.
Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.