All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description CliArgs A simple wrapper for the arguments of amainmethod from a command-line-interface (CLI).CliArgument A single argument of amainmethod from a command-line-interface (CLI).CliConsole CliConsoleImpl Interface for a console as standard in, out, and err.CliDuplicateOptionAliasException CliExceptionthrown if two synonymousCliOptions have been specified.CliException Abstract base class for aRuntimeExceptionthrown for invalidCliArguments.CliIn Interface to read input.CliInConsole CliInReader Implementation ofCliInReaderto read input from aBufferedReaderand write output to aPrintStream.CliLogLevel Enumfor the levels to log to aCliConsoleImpl.CliLongOption CliOptionin long format (e.g.CliMain This is the abstract base class for a main-program.CliOption CliArgumentfor anoption.CliOut Interface to log messages andexceptions.CliOutLogger Implementation ofCliOutthat logs to a givenPrintStream.CliOutNone Implementation ofCliOutthat does nothing.CliShortOption CliOptionin short format (e.g.CliValue