Package org.apache.tools.ant.filters
Class StripLineComments.Comment
java.lang.Object
org.apache.tools.ant.filters.StripLineComments.Comment
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Comment
public Comment()
-
-
Method Details
-
setValue
Sets the prefix for this type of line comment.- Parameters:
comment
- The prefix for a line comment of this type. Must not benull
.
-
getValue
Returns the prefix for this type of line comment.- Returns:
- the prefix for this type of line comment.
-
addText
Alt. syntax to set the prefix for this type of line comment.- Parameters:
comment
- The prefix for a line comment of this type. Must not benull
.
-