|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CliValueContainer | |
|---|---|
| net.sf.mmm.util.cli.base | Contains the base-implementation of utilities that help to build command-line-interfaces (CLI). |
| Uses of CliValueContainer in net.sf.mmm.util.cli.base |
|---|
| Classes in net.sf.mmm.util.cli.base that implement CliValueContainer | |
|---|---|
class |
AbstractCliValueContainer
This is the abstract base-implementation of the CliValueContainer
interface. |
class |
AbstractCliValueContainerContainer
This is the abstract base class for a CliValueContainer that holds a
container-value. |
class |
CliValueContainerArray
This is an implementation of CliValueContainer for an array. |
class |
CliValueContainerCollection
This is an implementation of CliValueContainer for a
Collection. |
class |
CliValueContainerMap
This is an implementation of CliValueContainer for a Map. |
class |
CliValueContainerObject
This is an implementation of CliValueContainer for simple objects (no
arrays, collections, maps). |
| Fields in net.sf.mmm.util.cli.base with type parameters of type CliValueContainer | |
|---|---|
private Map<CliParameterContainer,CliValueContainer> |
CliValueMap.map
|
| Methods in net.sf.mmm.util.cli.base that return CliValueContainer | |
|---|---|
CliValueContainer |
CliValueMap.get(CliParameterContainer parameterContainer)
This method gets the CliValueContainer for the given
CliParameterContainer. |
CliValueContainer |
CliValueMap.getOrCreate(CliParameterContainer parameterContainer)
This method gets the CliValueContainer for the given
CliParameterContainer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||