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.component.api |
Contains API to help implementing components.
|
Modifier and Type | Field and Description |
---|---|
private InitializationState |
CliModeContainer.state |
private InitializationState |
CliArgumentContainer.state |
Modifier and Type | Method and Description |
---|---|
InitializationState |
CliModeContainer.getState() |
InitializationState |
CliArgumentContainer.getState() |
Modifier and Type | Method and Description |
---|---|
void |
CliModeContainer.setState(InitializationState state) |
void |
CliArgumentContainer.setState(InitializationState state) |
Modifier and Type | Method and Description |
---|---|
static InitializationState |
InitializationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitializationState[] |
InitializationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.