| Package | Description |
|---|---|
| com.sdl.context.common.cli |
| Class and Description |
|---|
| CharacterType
Character type for a command line interface.
|
| 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.
|
| CommandLineException
Command line exception.
|
| SpecialCharacter
Special character in a command line.
|
| Terminal
Abstract command line terminal.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries