org.apache.tools.ant.filters
Class StripLineComments.Comment
java.lang.Object
org.apache.tools.ant.filters.StripLineComments.Comment
- StripLineComments
public static class StripLineComments.Comment
extends java.lang.Object
The class that holds a comment representation.
String | getValue() - Returns the prefix for this type of line comment.
|
void | setValue(String comment) - Sets the prefix for this type of line comment.
|
getValue
public final String getValue()
Returns the prefix for this type of line comment.
- the prefix for this type of line comment.
setValue
public final void setValue(String comment)
Sets the prefix for this type of line comment.
comment
- The prefix for a line comment of this type.
Must not be null
.