| Package | Description |
|---|---|
| de.weltraumschaf.commons.shell |
Sub package for a simple interactive shell.
|
| Modifier and Type | Field and Description |
|---|---|
private MainCommandType |
ShellCommand.mainCommand
Obligatory main command.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,MainCommandType> |
LiteralCommandMap.mainCommands
Map the literal command string to corresponding type enum.
|
| Modifier and Type | Method and Description |
|---|---|
MainCommandType |
LiteralCommandMap.determineCommand(Token t)
Determines the appropriate main command type for given string token.
|
MainCommandType |
ShellCommand.getMainCommand()
Get mainCommand main type.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Class<? extends MainCommandType> |
LiteralCommandMap.getMainCommandType()
Return here the enum type which declares your main commands.
|
| Constructor and Description |
|---|
ShellCommand(MainCommandType mainCommand,
SubCommandType subCommand,
List<Token> arguments)
Dedicated constructor.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.