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
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.
M
- main(String[]) - Static method in class ch.turic.cli.Main
- Main - Class in ch.turic.cli
- 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