See: Description
Interface | Description |
---|---|
ArgsProcessor |
Method in this interface is invoked to finish processing
of options defined by subclass of this interface.
|
Class | Description |
---|---|
Env |
Represents the environment an
OptionProcessor operates in. |
Option |
Represents possible option that can appear on
CommandLine
and contains factory methods to create them. |
OptionGroups |
Factory method that composes individual options into groups.
|
OptionProcessor |
A subclass of this class shall be registered using
ServiceProvider
in order to register it for participation on handling
and processing of command line options initiated by
CommandLine.getDefault() 's
CommandLine.process(java.lang.String...) . |
Annotation Type | Description |
---|---|
Arg |
Marks a non-static field in a class as an option and assigns it a short,
or long name.
|
Description |
Adds human readable description to
@ Arg annotation. |