Class ArgumentElement


  • public class ArgumentElement
    extends Object

    A common nested element of other Rhino management sub tasks used to describe individual arguments to be passed to a task. This is used primarilly in the CommandLineTask class for passing arbitrary arguments.

    Ant Parameters

    Attribute

    Description

    Required

    value

    The value of the argument.

    Yes.

    • Constructor Detail

      • ArgumentElement

        public ArgumentElement()
    • Method Detail

      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • validateParameters

        public void validateParameters()
                                throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException