See: Description
Class | Description |
---|---|
ArrayNode<V,S extends ArrayNode<V,S>> |
Class that represents a tree with data (leaf) nodes and internal nodes.
|
ArrayNode.Parsed<A> |
A parsed tree that represents the values of (part of) an ARRAY-valued parameter.
|
ArrayNode.Raw |
An unparsed tree that represents (part of) an ARRAY-valued parameter.
|
CLP |
Provides procedures to parse the command line arguments, generating
a list of tokens grouped as:
Configuration files
Input files
Output files
The command line could follow one of the two versions supported.
|
LoadResult<R> |
Immutable type that represents the result of a "load" operation, either from
ParamReader
loading some configuration file, or raw parsing/validation of an XML file. |
LoadResult.Builder<E extends java.lang.Exception> |
Helper that processes events during a load operation to generate a
LoadResult . |
LoadResult.Event |
"Event" raised during a load operation (of parameters, of an XML file, etc).
|
Logger |
Logger.
|
Parameter |
Parameter.
|
ParamParserComplex |
Helper class used by ParamReader to process the values of structured parameters.
|
ParamReader |
ParamReader.
|
TimeValue |
Class that represents the parsed value of a TIME-formatted parameter.
|
UsageReader |
UsageReader.
|
XMLParser | Deprecated |
Enum | Description |
---|---|
Parameter.ParamComplexType |
Represents the type of a structured parameter.
|
Parameter.ParamType |
Represents the element type of a Parameter object.
|
ParamReader.WarningType |
Enum to represent different categories of warnings.
|
Exception | Description |
---|---|
XMLParser.ParseException | Deprecated
This class has been "renamed"
XmlParseException
to reduce namespace clutter |
CLP
class.
Logger
class.
ParamReader
and Parameter
classes.