Package | Description |
---|---|
org.q.app.engine.parse |
Package for the parser of
ShellCommand 's. |
Modifier and Type | Method and Description |
---|---|
ShellArgumentType |
ShellArgument.getType()
Get the
ShellArgumentType |
static ShellArgumentType |
ShellArgumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShellArgumentType[] |
ShellArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|