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