| Package | Description |
|---|---|
| de.vandermeer.skb.base.shell |
A shell with an abstract implementation, commands and arguments, and standard commands and arguments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractShellArgument
An abstract, default implementation of a shell argument, use the
SkbShellFactory to create a new object. |
| Modifier and Type | Field and Description |
|---|---|
static SkbShellArgument |
Ci_ScRun.ARG_DIRECTORY
The argument for directory names.
|
static SkbShellArgument |
Ci_ScRun.ARG_SCRIPT_INFO
The argument for script file names for info.
|
static SkbShellArgument |
Ci_ScRun.ARG_SCRIPT_RUN
The argument for script file names for run.
|
static SkbShellArgument |
Ci_Wait.ARG_TIME
The argument for wait time.
|
| Modifier and Type | Method and Description |
|---|---|
SkbShellArgument[] |
SkbShellCommand.getArguments()
Returns the arguments of this command.
|
SkbShellArgument[] |
AbstractShellCommand.getArguments() |
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.
|
static SkbShellArgument[] |
SkbShellFactory.newArgumentArray(SkbShellArgument... args)
Returns a new argument array.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SkbShellArgument,Object> |
LineParser.getArgMap(SkbShellArgument[] arguments)
Returns an argument map fitting the given value key set (using defined types).
|
| Modifier and Type | Method and Description |
|---|---|
Map<SkbShellArgument,Object> |
LineParser.getArgMap(SkbShellArgument[] arguments)
Returns an argument map fitting the given value key set (using defined types).
|
static SkbShellArgument[] |
SkbShellFactory.newArgumentArray(SkbShellArgument... args)
Returns a new argument array.
|
static SkbShellCommand |
SkbShellFactory.newCommand(String command,
SkbShellArgument[] arguments,
SkbShellCommandCategory category,
String description,
String addedHelp)
Returns a new shell command, use the factory to create one.
|
static SkbShellCommand |
SkbShellFactory.newCommand(String command,
SkbShellArgument argument,
SkbShellCommandCategory category,
String description,
String addedHelp)
Returns a new shell command, use the factory to create one.
|
Copyright © 2010–2017. All rights reserved.