|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.martiansoftware.jsap.ant.ParserProperty
Stores/provides a single name/value pair for a PropertyStringParser For detailed information on using the jsap task, see the documentation for JSAPAntTask.
JSAPAntTask
,
PropertyStringParser
Constructor Summary | |
ParserProperty()
|
Method Summary | |
String |
getName()
Returns the name of this property. |
String |
getValue()
Returns the value of this property. |
void |
setName(String name)
Sets the name of this property. |
void |
setValue(String value)
Sets the value of this property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParserProperty()
Method Detail |
public void setName(String name)
name
- the name of this property.public String getName()
public void setValue(String value)
value
- the value of this property.public String getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |