|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter | +--org.apache.tools.ant.filters.TokenFilter.ReplaceString
Simple replace string filter.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
TokenFilter.ReplaceString()
|
Method Summary | |
java.lang.String |
filter(java.lang.String line)
Filter a string 'line' replacing from with to (C&P from the Replace task) |
void |
setFrom(java.lang.String from)
the from attribute |
void |
setTo(java.lang.String to)
the to attribute |
Methods inherited from class org.apache.tools.ant.filters.TokenFilter.ChainableReaderFilter |
chain, setByLine |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TokenFilter.ReplaceString()
Method Detail |
public void setFrom(java.lang.String from)
from
- the string to replacepublic void setTo(java.lang.String to)
to
- the string to replace 'from' withpublic java.lang.String filter(java.lang.String line)
line
- the string to be filtered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |