|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CliOption | |
|---|---|
| net.sf.mmm.util.cli.api | Provides the API for utilities that help to build command-line-interfaces (CLI). |
| net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
| net.sf.mmm.util.nls.base | Contains the basis for implementations of the native language support (NLS) API. |
| Uses of CliOption in net.sf.mmm.util.cli.api |
|---|
| Fields in net.sf.mmm.util.cli.api with annotations of type CliOption | |
|---|---|
private boolean |
AbstractMain.help
Option to show the usage. |
private boolean |
AbstractVersionedMain.version
The option to print the version. |
| Constructors in net.sf.mmm.util.cli.api with parameters of type CliOption | |
|---|---|
CliOptionIllegalNameOrAliasException(String nameOrAlias,
CliOption option)
The constructor. |
|
| Uses of CliOption in net.sf.mmm.util.cli.base |
|---|
| Fields in net.sf.mmm.util.cli.base declared as CliOption | |
|---|---|
private CliOption |
CliOptionContainer.option
|
| Methods in net.sf.mmm.util.cli.base that return CliOption | |
|---|---|
CliOption |
CliOptionContainer.getOption()
This method gets the actual CliOption. |
| Method parameters in net.sf.mmm.util.cli.base with type arguments of type CliOption | |
|---|---|
private void |
AbstractCliParser.CliHelpWriter.printOptions(Collection<CliOptionContainer> modeOptions,
Map<CliOption,AbstractCliParser.CliOptionHelpInfo> option2HelpMap,
boolean required)
This method is like AbstractCliParser.CliHelpWriter.printOptions(Collection, Map, int) but only
prints required or additional options. |
void |
AbstractCliParser.CliHelpWriter.printOptions(Collection<CliOptionContainer> modeOptions,
Map<CliOption,AbstractCliParser.CliOptionHelpInfo> option2HelpMap,
int maxOptionColumnWidth)
This method prints the help for the options given by
modeOptions. |
| Constructors in net.sf.mmm.util.cli.base with parameters of type CliOption | |
|---|---|
CliOptionContainer(CliOption option,
PojoPropertyAccessorOneArg setter,
PojoPropertyAccessorNonArg getter,
ValueValidator validator)
The constructor. |
|
| Uses of CliOption in net.sf.mmm.util.nls.base |
|---|
| Fields in net.sf.mmm.util.nls.base with annotations of type CliOption | |
|---|---|
private Class<? extends ResourceBundle> |
ResourceBundleSynchronizer.bundleClass
|
private String |
ResourceBundleSynchronizer.datePattern
|
private String |
ResourceBundleSynchronizer.encoding
|
private String[] |
ResourceBundleSynchronizer.locales
|
private String |
ResourceBundleSynchronizer.path
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||