Package | Description |
---|---|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchIndexerMain
This is the abstract base-class for a fully integrated main program that triggers the
search-indexer according to a given
configuration . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractVersionedMain
This is the abstract base class for a
main-program that has a version. |
Modifier and Type | Method and Description |
---|---|
CliMode |
CliModeObject.getMode()
This method gets the actual
CliMode . |
Modifier and Type | Field and Description |
---|---|
private CliMode |
CliModeContainer.mode |
Modifier and Type | Method and Description |
---|---|
CliMode |
CliModeContainer.getMode() |
Modifier and Type | Method and Description |
---|---|
private void |
CliClassContainer.addMode(CliMode mode,
Class<?> annotatedClass)
This method adds the given
CliMode . |
Constructor and Description |
---|
CliModeContainer(CliMode mode,
Class<?> annotatedClass)
The constructor.
|
CliModeContainer(CliMode mode,
Class<?> annotatedClass,
String id)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleConverter
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
class |
ResourceBundleSynchronizer
This class can be used to create and update the localized bundles (properties) from an
NlsBundle or
AbstractResourceBundle . |
Copyright © 2001–2016 mmm-Team. All rights reserved.