| Class | Description |
|---|---|
| Command |
Very simple light weight CLI processing that can be embedded in the bemoko core jar so that CLIs can be run without
any external jar dependencies
"command a b c" => "1"="a", "2"="b", "3"="c" "command -ab -c" => flags "a","b" and c are set to
true "command --ab" => flags "ab" is set to true "command --ab=123 -cd=123" => "ab"="123",
"cd"="456" .
|
| CommandConfiguration |
Command configuration in a command line interface.
|
| CommandLineInteraction |
Base class for java command line interactions.
|
| CygwinTerminal |
Cygwin terminal with echo on.
|
| History |
Command line history.
|
| Shell |
A shell for executing system commands.
|
| SpecialCharacter |
Special character in a command line.
|
| Terminal |
Abstract command line terminal.
|
| Enum | Description |
|---|---|
| CharacterType |
Character type for a command line interface.
|
| Exception | Description |
|---|---|
| Command.CommandException |
Command exception.
|
| CommandLineException |
Command line exception.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries