org.apache.tools.ant.filters
public static class StripLineComments.Comment extends Object
Method Summary | |
---|---|
void | addText(String comment)
Alt. syntax to set the prefix for this type of line comment.
|
String | getValue()
Returns the prefix for this type of line comment.
|
void | setValue(String comment)
Sets the prefix for this type of line comment.
|
Parameters: comment The prefix for a line comment of this type.
Must not be null
.
Returns: the prefix for this type of line comment.
Parameters: comment The prefix for a line comment of this type.
Must not be null
.