Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
static CliContainerStyle |
CliContainerStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CliContainerStyle[] |
CliContainerStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract CliContainerStyle |
CliParameterContainer.getContainerStyle(CliStyle cliStyle)
This method gets the
style of this parameter. |
CliContainerStyle |
CliOptionContainer.getContainerStyle(CliStyle cliStyle) |
CliContainerStyle |
CliArgumentContainer.getContainerStyle(CliStyle cliStyle) |
Copyright © 2001–2016 mmm-Team. All rights reserved.