Package | Description |
---|---|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.impl |
Contains the generic part of the 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 | Field and Description |
---|---|
private String |
AbstractSearchIndexerMain.configurationUrl
The optional filename of the configuration XML-file.
|
private Boolean |
AbstractSearchIndexerMain.optimize
The option to optimize the index at the end of indexing.
|
private boolean |
AbstractSearchIndexerMain.overwrite
The option to overwrite the search-index and re-index from scratch.
|
private List<String> |
AbstractSearchIndexerMain.sources
The option defining an optional
List of source-IDs that should be updated in index rather than
all sources. |
Modifier and Type | Field and Description |
---|---|
private String[] |
SearchIndexerMain.springClasses
The optional context-path for the spring-context.
|
private String |
SearchIndexerMain.springConfig
The optional context-path for the spring-context.
|
Modifier and Type | Field and Description |
---|---|
private boolean |
AbstractMain.help
Option to show the
usage . |
private boolean |
AbstractVersionedMain.version
The option to print the version.
|
Constructor and Description |
---|
CliOptionIllegalNameOrAliasException(String nameOrAlias,
CliOption option)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private CliOption |
CliOptionContainer.option |
Modifier and Type | Method and Description |
---|---|
CliOption |
CliOptionContainer.getOption()
This method gets the actual
CliOption . |
Modifier and Type | Method and Description |
---|---|
private int |
AbstractCliParser.printHelpOptions(CliOutputSettings settings,
Map<CliOption,AbstractCliParser.CliOptionHelpInfo> option2HelpMap,
StringBuilder parameters,
Collection<CliOptionContainer> modeOptions)
Prints the options for the help usage output.
|
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 . |
Constructor and Description |
---|
CliOptionContainer(CliOption option,
PojoPropertyAccessorOneArg setter,
PojoPropertyAccessorNonArg getter,
ValueValidator<?> validator)
The constructor.
|
Modifier and Type | Field and Description |
---|---|
private String |
ResourceBundleConverter.argument |
private List<Class<?>> |
AbstractResourceBundleCli.bundleClasses |
private String |
AbstractResourceBundleCli.datePattern |
private String |
AbstractResourceBundleCli.encoding |
private ChoiceEvaluation |
ResourceBundleConverter.evalChoice |
private Format |
ResourceBundleConverter.format |
private Pattern |
ResourceBundleConverter.keyPattern |
private String[] |
ResourceBundleSynchronizer.locales |
private String[] |
ResourceBundleConverter.locales |
private String |
AbstractResourceBundleCli.path |
private String |
ResourceBundleConverter.pathExpression |
Copyright © 2001–2016 mmm-Team. All rights reserved.