| Package | Description |
|---|---|
| de.vandermeer.skb.base.shell |
A shell with an abstract implementation, commands and arguments, and standard commands and arguments.
|
| Modifier and Type | Method and Description |
|---|---|
SkbShellArgumentType |
SkbShellArgument.getType()
Returns the type of a shell argument.
|
SkbShellArgumentType |
AbstractShellArgument.getType() |
static SkbShellArgumentType |
SkbShellArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SkbShellArgumentType[] |
SkbShellArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SkbShellArgument |
SkbShellFactory.newArgument(String argument,
boolean isOptional,
SkbShellArgumentType type,
Object[] valueSet,
String description,
String addedHelp)
Returns a new shell argument, use the factory to create one.
|
Copyright © 2010–2017. All rights reserved.