public interface CliValueContainer
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
|
boolean |
isArrayMapOrCollection() |
void |
setValue(String argument)
This method sets the
value given as string. |
Object getValue()
void setValue(String argument)
value
given as string. For the parameter-types array, collection or map
this method may be called multiple times, one for each item.argument
- is the argument from the commandline containing the value.boolean isArrayMapOrCollection()
true
if this is a container for a value of the type array, Collection
or
Map
- false
otherwise.Copyright © 2001–2016 mmm-Team. All rights reserved.