public class ShellArgument extends ObjectOverrides
Modifier and Type | Field and Description |
---|---|
static ShellArgument |
DEFAULT
Instance to use when the default value should be used for the argument.
|
Modifier and Type | Method and Description |
---|---|
ShellArgumentType |
getType()
Get the
ShellArgumentType |
java.lang.String |
getValue()
Get the value of the argument.
|
boolean |
isDefault()
Get a flag indicating if this is a default variable, or if the value of the ShellArgument should be used.
|
equals, hashCode, toString
public static final ShellArgument DEFAULT
public java.lang.String getValue()
public ShellArgumentType getType()
ShellArgumentType
public boolean isDefault()