gnu.kawa.ant
Class LineStripperSet
FilterSet
gnu.kawa.ant.LineStripperSet
public class LineStripperSet
extends FilterSet
LineStripperSet
public LineStripperSet()
getStripperHash
public Hashtable getStripperHash()
Gets the filter hash of the FilterSet.
- The hash of the tokens and values for quick lookup.
replaceTokens
public String replaceTokens(String line)
Does replacement on the given string with token matching.
This uses the defined begintoken and endtoken values which default to @ for both.
line
- The line to process the tokens in.
- The string with the tokens replaced.