|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.martiansoftware.jsap.ant.DefaultValue
public class 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.
JSAPAntTask| Constructor Summary | |
|---|---|
DefaultValue()
|
|
| Method Summary | |
|---|---|
void |
addText(java.lang.String text)
Sets the default value. |
java.lang.String |
getValue()
Returns the default value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultValue()
| Method Detail |
|---|
public void addText(java.lang.String text)
text - the default value.public java.lang.String getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||