| |
|
| gnu.kawa.ant.LineCommenterSet
LineCommenterSet | public class LineCommenterSet extends FilterSet (Code) | | |
Inner Class :public static class LineCommenter | |
Method Summary | |
public void | addLineCommenter(LineCommenter commenter) | public Hashtable | getCommenterHash() Gets the filter hash of the FilterSet. | 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.
Parameters: line - The line to process the tokens in. |
LineCommenterSet | public LineCommenterSet()(Code) | | |
addLineCommenter | public void addLineCommenter(LineCommenter commenter)(Code) | | Create a new filter
Parameters: commenter - the filter to be added |
getCommenterHash | public Hashtable getCommenterHash()(Code) | | Gets the filter hash of the FilterSet.
The hash of the tokens and values for quick lookup. |
replaceTokens | public String replaceTokens(String line)(Code) | | Does replacement on the given string with token matching.
This uses the defined begintoken and endtoken values which default to @ for both.
Parameters: line - The line to process the tokens in. The string with the tokens replaced. |
|
|
|