Package org.naturalcli.parameters

Provides classes with pre-defined parameter types for NaturalCLI.

See:
          Description

Class Summary
BinaryParamType The class implements a binary number parameter type.
ByteParamType The class implements a byte parameter type.
DefaultParameterTypes Helper class to obtain a set of default parameter types.
DoubleParamType The class implements a double parameter type.
EmailParamType The class implements an email parameter type.
FileParamType The class implements a parameter type with an existing a file name.
FloatParamType The class implements a float parameter type.
HexadecimalParamType The class implements an hexadecimal number parameter type.
IdentifierParamType The class implements an identifier parameter type.
IntegerParamType The class implements an integer parameter type.
LongParamType The class implements a long parameter type.
OctalParamType The class implements an octal number parameter type.
ShortParamType The class implements a short parameter type.
StringParamType The class implements an string parameter type.
URLParamType The class implements an URL parameter type.
WorkingURLParamType The class implements an URL which is validated parameter type.
 

Package org.naturalcli.parameters Description

Provides classes with pre-defined parameter types for NaturalCLI.