| Package | Description |
|---|---|
| com.beust.jcommander | |
| com.beust.jcommander.converters | |
| com.beust.jcommander.defaultprovider | |
| com.beust.jcommander.internal | |
| com.beust.jcommander.validators |
| Class | Description |
|---|---|
| DynamicParameter | |
| IDefaultProvider |
Allows the specification of default values.
|
| IParameterValidator |
The class used to validate parameters.
|
| IStringConverter |
An interface that converts strings to any arbitrary type.
|
| IStringConverterFactory |
A factory for IStringConverter.
|
| IStringConverterInstanceFactory |
A factory to create
IStringConverter instances. |
| IValueValidator | |
| JCommander |
The main class for JCommander.
|
| JCommander.Builder | |
| Parameter | |
| ParameterDescription | |
| ParameterException |
The main exception that JCommand will throw when something goes wrong while
parsing parameters.
|
| Parameterized |
Encapsulate a field or a method annotated with @Parameter or @DynamicParameter
|
| ParametersDelegate |
When applied to a field all of its child fields annotated
with
Parameter will be included during arguments
parsing. |
| WrappedParameter |
Encapsulates the operations common to @Parameter and @DynamicParameter
|
| Class | Description |
|---|---|
| IStringConverter |
An interface that converts strings to any arbitrary type.
|
| Class | Description |
|---|---|
| IDefaultProvider |
Allows the specification of default values.
|
| Class | Description |
|---|---|
| IStringConverter |
An interface that converts strings to any arbitrary type.
|
| IStringConverterFactory |
A factory for IStringConverter.
|
| Class | Description |
|---|---|
| IParameterValidator |
The class used to validate parameters.
|
| IValueValidator | |
| ParameterException |
The main exception that JCommand will throw when something goes wrong while
parsing parameters.
|