Package org.apache.tools.ant.filters
Class StripLineComments.Comment
java.lang.Object
org.apache.tools.ant.filters.StripLineComments.Comment
- Enclosing class:
- StripLineComments
The class that holds a comment representation.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Commentpublic Comment()
 
- 
- 
Method Details- 
setValueSets the prefix for this type of line comment.- Parameters:
- comment- The prefix for a line comment of this type. Must not be- null.
 
- 
getValueReturns the prefix for this type of line comment.- Returns:
- the prefix for this type of line comment.
 
- 
addTextAlt. syntax to set the prefix for this type of line comment.- Parameters:
- comment- The prefix for a line comment of this type. Must not be- null.
 
 
-