Package com.martiansoftware.jsap.ant
Class ParserProperty
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.
- Author:
- Marty Lamb
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParserProperty
public ParserProperty()
-
-
Method Details
-
setName
Sets the name of this property.- Parameters:
name
- the name of this property.
-
getName
Returns the name of this property.- Returns:
- the name of this property.
-
setValue
Sets the value of this property.- Parameters:
value
- the value of this property.
-
getValue
Returns the value of this property.- Returns:
- the value of this property.
-