| 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 |
AbstractCategory
Abstract category implementation, use the
SkbShellFactory to create a new object. |
| Modifier and Type | Field and Description |
|---|---|
static SkbShellCommandCategory |
SkbShellFactory.SIMPLE_COMMANDS
A category for standard commands.
|
| Modifier and Type | Method and Description |
|---|---|
SkbShellCommandCategory |
SkbShellCommand.getCategory()
Returns a category the command belongs to, useful for grouping commands for example in help screens.
|
SkbShellCommandCategory |
AbstractShellCommand.getCategory() |
static SkbShellCommandCategory |
SkbShellFactory.newCategory(String category,
String description)
Returns a new shell command category, use the
SkbShellFactory to create a new object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static SkbShellCommand |
SkbShellFactory.newCommand(String command,
SkbShellCommandCategory category,
String description,
String addedHelp)
Returns a new shell command without formal arguments, use the factory to create one.
|
Copyright © 2010–2017. All rights reserved.