|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.filters.StripLineComments.Comment
The class that holds a comment representation.
Constructor Summary | |
StripLineComments.Comment()
|
Method Summary | |
java.lang.String |
getValue()
Returns the prefix for this type of line comment. |
void |
setValue(java.lang.String comment)
Sets the prefix for this type of line comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StripLineComments.Comment()
Method Detail |
public final void setValue(java.lang.String comment)
comment
- The prefix for a line comment of this type.
Must not be null
.public final java.lang.String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |