|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CliMode | |
|---|---|
| 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 CliMode in net.sf.mmm.util.cli.api |
|---|
| Classes in net.sf.mmm.util.cli.api with annotations of type CliMode | |
|---|---|
class |
AbstractVersionedMain
This is the abstract base class for a main-program that
has a version. |
| Methods in net.sf.mmm.util.cli.api that return CliMode | |
|---|---|
CliMode |
CliModeObject.getMode()
This method gets the actual CliMode. |
| Uses of CliMode in net.sf.mmm.util.cli.base |
|---|
| Fields in net.sf.mmm.util.cli.base declared as CliMode | |
|---|---|
private CliMode |
CliModeContainer.mode
|
| Methods in net.sf.mmm.util.cli.base that return CliMode | |
|---|---|
CliMode |
CliModeContainer.getMode()
This method gets the actual CliMode. |
| Methods in net.sf.mmm.util.cli.base with parameters of type CliMode | |
|---|---|
private void |
CliClassContainer.addMode(CliMode mode,
Class<?> annotatedClass)
This method adds the given CliMode. |
| Constructors in net.sf.mmm.util.cli.base with parameters of type CliMode | |
|---|---|
CliModeContainer(CliMode mode,
Class<?> annotatedClass)
The constructor. |
|
CliModeContainer(CliMode mode,
Class<?> annotatedClass,
String id)
The constructor. |
|
| Uses of CliMode in net.sf.mmm.util.nls.base |
|---|
| Classes in net.sf.mmm.util.nls.base with annotations of type CliMode | |
|---|---|
class |
ResourceBundleSynchronizer
This class can be used to create and update the localized bundles (properties) from an AbstractResourceBundle. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||