| Package | Description |
|---|---|
| net.sf.mmm.util.cli.base |
Contains the base-implementation of utilities that help to build command-line-interfaces (CLI).
|
| net.sf.mmm.util.collection.base |
Contains public implementations of the
Collection-Util API. |
| net.sf.mmm.util.lang.base |
Contains the basic implementation of the Util Lang API.
|
| Modifier and Type | Method and Description |
|---|---|
protected NodeCycle<CliArgumentContainer> |
CliState.initializeArgumentRecursive(BasicDoubleLinkedNode<CliArgumentContainer> node,
Map<String,BasicDoubleLinkedNode<CliArgumentContainer>> argumentMap)
This method initializes the
node containing
an CliArgumentContainer in order to determine the appropriate order of the CliArguments. |
protected NodeCycle<CliModeContainer> |
CliClassContainer.initializeModeRecursive(CliModeContainer mode)
This method initializes the given
CliModeContainer. |
| Constructor and Description |
|---|
NodeCycleException(NodeCycle<?> cycle)
The constructor.
|
NodeCycleException(NodeCycle<?> cycle,
Object type)
The constructor.
|
| Constructor and Description |
|---|
EnumEnumDefinition(Class<TYPE> enumType,
NodeCycle<Class<?>> cycle,
EnumDefinition<CATEGORY,?> category,
StringUtil stringUtil)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.