Class DefaultValue

java.lang.Object
com.martiansoftware.jsap.ant.DefaultValue

public class DefaultValue extends Object
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 Details

    • DefaultValue

      public DefaultValue()
  • Method Details

    • addText

      public void addText(String text)
      Sets the default value.
      Parameters:
      text - the default value.
    • getValue

      public String getValue()
      Returns the default value.
      Returns:
      the default value.