Package com.opencloud.slee.mlet.ant
Class ArgumentElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.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 Summary
Constructors Constructor Description ArgumentElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
void
setValue(String value)
String
toString()
void
validateParameters()
-