java.lang.Cloneable
, FileNameMapper
public class FilterMapper extends FilterChain implements FileNameMapper
description, location, project
Constructor | Description |
---|---|
FilterMapper() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String[] |
mapFileName(java.lang.String sourceFileName) |
Return the result of the filters on the sourcefilename.
|
void |
setFrom(java.lang.String from) |
From attribute not supported.
|
void |
setTo(java.lang.String to) |
From attribute not supported.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes, toString
add, addClassConstants, addContainsRegex, addDeleteCharacters, addEscapeUnicode, addExpandProperties, addFilterReader, addHeadFilter, addIgnoreBlank, addLineContains, addLineContainsRegExp, addPrefixLines, addReplaceRegex, addReplaceString, addReplaceTokens, addStripJavaComments, addStripLineBreaks, addStripLineComments, addSuffixLines, addTabsToSpaces, addTailFilter, addTokenFilter, addTrim, dieOnCircularReference, getFilterReaders, setRefid
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
public void setFrom(java.lang.String from)
setFrom
in interface FileNameMapper
from
- a stringBuildException
- alwayspublic void setTo(java.lang.String to)
setTo
in interface FileNameMapper
to
- a stringBuildException
- alwayspublic java.lang.String[] mapFileName(java.lang.String sourceFileName)
mapFileName
in interface FileNameMapper
sourceFileName
- the filename to map