| Package | Description |
|---|---|
| de.weltraumschaf.commons.shell |
Sub package for a simple interactive shell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullCommandVerifier
Verifies nothing.
|
| Modifier and Type | Field and Description |
|---|---|
private CommandVerifier |
DefaultParser.verifier
Verifies the parsed commands.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser |
Parsers.newParser(CommandVerifier v,
LiteralCommandMap m)
Creates parser with
DefaultScanner. |
static Parser |
Parsers.newParser(Scanner s,
CommandVerifier v,
LiteralCommandMap m)
Creates parser.
|
| Constructor and Description |
|---|
DefaultParser(Scanner scanner,
CommandVerifier verifier,
LiteralCommandMap commandMap)
Dedicated constructor.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.