Interface | Description |
---|---|
IDefaultProvider |
Allows the specification of default values.
|
IParameterValidator |
The class used to validate parameters.
|
IStringConverter<T> |
An interface that converts strings to any arbitrary type.
|
IStringConverterFactory |
A factory for IStringConverter.
|
IVariableArity |
Must be implemented by argument classes that contain at least one
|
Class | Description |
---|---|
JCommander |
The main class for JCommander.
|
ParameterDescription | |
WrappedParameter |
Encapsulates the operations common to @Parameter and @DynamicParameter
|
Exception | Description |
---|---|
MissingCommandException |
Thrown when a command was expected.
|
ParameterException |
The main exception that JCommand will throw when something goes wrong while
parsing parameters.
|
Annotation Type | Description |
---|---|
DynamicParameter | |
Parameter | |
Parameters |
An annotation used to specify settings for parameter parsing.
|
ParametersDelegate |
When applied to a field all of its child fields annotated
with
Parameter will be included during arguments
parsing. |
ResourceBundle | Deprecated
use @Parameters
|
Copyright © 2012. All Rights Reserved.