| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.filters.StripLineComments.Comment
public static class StripLineComments.Comment
The class that holds a comment representation.
| Constructor Summary | |
|---|---|
| StripLineComments.Comment() | |
| Method Summary | |
|---|---|
|  void | addText(java.lang.String comment)Alt. | 
|  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()
public void addText(java.lang.String comment)
comment - The prefix for a line comment of this type.
 Must not be null.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||