Interface | Description |
---|---|
Displayable |
Class | Description |
---|---|
AppLog |
Created by Richard
|
CharConstants | |
CharType | |
ClassLoaderInfo |
Created by Richard on 3/16/2015.
|
CommandLineParser | |
CommandLineParser.Argument |
Arguments are the results of parsing a commandline.
|
CommandLineParser.FlagArg |
Flags arguments are indicated by a preceding hyphen (-) or slash (/).
|
CommandLineParser.FlagDef |
Contains information about flags expected on the command-line.
|
CommandLineParser.ParseResults | |
CommandLineParser.UnnamedArg |
Unnamed Arguments are those that stand alone on the command line.
|
ConsoleTools | |
ConsoleTools.FixedStream | |
Constants | |
Convert |
Created by Richard on 3/19/2015.
|
ConverterFilter<T,C> | |
DateHelper |
Created by Richard on 3/11/2015.
|
ExtendedBufferedReader |
A special buffered reader which tracks the current character position and line index.
|
Filter<T> | |
NullPrintStream | |
NullPrintStream.NullByteArrayOutputStream | |
Objects | |
ObjTools | |
Pair<K,V> |
General purpose key-value pair.
|
PathTools | |
PathTools.PathParts | |
ResourceLoader |
Created by Richard on 3/19/2015.
|
StringBuilderEx |
Delegates most functionality to the
StringBuilder class, while adding a few additional methods. |
Enum | Description |
---|---|
CommandLineParser.ParamAffinity |
Describes whether a parameter value is required, optional (allowed),
or forbidden (invalid) for a given flag.
|
Verbosity |
Created by Richard on 9/20/2015.
|
Exception | Description |
---|---|
ExtensibleException |
Exception that allows additional details to be added.
|
KeyAlreadyExistsException | |
SyntaxErrorException |
Indicates that there is a format or syntax error in the string argument passed to the method.
|