| Package | Description |
|---|---|
| de.weltraumschaf.commons.shell |
Sub package for a simple interactive shell.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultScanner
Default implementation for scanning the input line from an interactive shell.
|
| Modifier and Type | Field and Description |
|---|---|
private Scanner |
DefaultParser.scanner
Tokenize the input line.
|
| Modifier and Type | Method and Description |
|---|---|
static Scanner |
Scanners.newScanner(LiteralCommandMap commandMap)
Creates a new scanner.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser |
Parsers.newParser(Scanner s,
CommandVerifier v,
LiteralCommandMap m)
Creates parser.
|
static Parser |
Parsers.newParser(Scanner s,
LiteralCommandMap m)
Create new parser with custom scanner and
NullCommandVerifier. |
| Constructor and Description |
|---|
DefaultParser(Scanner scanner,
CommandVerifier verifier,
LiteralCommandMap commandMap)
Dedicated constructor.
|
Copyright © 2014 Sven Strittmatter. All Rights Reserved.