|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CliValueContainer
A CliValueContainer is a simple container for the value of a option or a
argument.
| Method Summary | |
|---|---|
Object |
getValue()
This method gets the value of a option or a argument. |
boolean |
isArrayMapOrCollection()
|
void |
setValue(String argument)
This method sets the value given as string. |
| Method Detail |
|---|
Object getValue()
option or a argument.
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||