Package com.martiansoftware.jsap.ant
Class DefaultValue
java.lang.Object
com.martiansoftware.jsap.ant.DefaultValue
Provides a means of specifying default values for the jsap task containing
<default> elements.
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
-
DefaultValue
public DefaultValue()
-
-
Method Details
-
addText
Sets the default value.- Parameters:
text
- the default value.
-
getValue
Returns the default value.- Returns:
- the default value.
-