Index

C E G J M P 
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
 

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
 
JLineRepl() - Constructor for class ch.turic.cli.JLineRepl
 

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.
C E G J M P 
All Classes and Interfaces|All Packages