Index
All Classes and Interfaces|All Packages
C
- ch.turic.cli - package ch.turic.cli
- CmdParser - Class in ch.turic.cli
-
A parameter parser that is to parse the command line and after that to query the command parameters.
- CmdParser() - Constructor for class ch.turic.cli.CmdParser
E
- execute() - Static method in class ch.turic.cli.JLineRepl
-
Executes the Turicum REPL (Read-Eval-Print Loop) using JLine for terminal interaction.
G
- get(int) - Method in class ch.turic.cli.CmdParser
-
Get the
i-th parameter (starting with 0) from the parsed line. - get(String) - Method in class ch.turic.cli.CmdParser
-
Get the value that was associated with the key on the parsed line.
J
- JLineRepl - Class in ch.turic.cli
-
A command-line Read-Eval-Print Loop (REPL) implementation using JLine for interactive user input.
- JLineRepl() - Constructor for class ch.turic.cli.JLineRepl
M
- main(String[]) - Static method in class ch.turic.cli.Main
-
Entry point for the application.
- Main - Class in ch.turic.cli
-
The
Mainclass serves as the entry point of the application. - Main() - Constructor for class ch.turic.cli.Main
P
- parse(String[], Set<String>) - Static method in class ch.turic.cli.CmdParser
-
Parse a string and build up the parsed structures.
All Classes and Interfaces|All Packages