|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentsConfigurable<T extends ArgumentsConfigurable<T>>
This interface defines setter and getter methods for objects that can be configured with a list of arguments. The arguments are sorted in the order that they are added.
Method Summary | |
---|---|
T |
addArgument(String s)
Add one argument. |
T |
addArguments(Object o)
Add one or several arguments. |
T |
clearArguments()
Clear the list of arguments. |
Method Detail |
---|
T addArgument(String s)
s
- The argument.
this
T addArguments(Object o)
o
- An argument or an array or Collection
of
arguments. If this is an array or a collection, it is flattened
as described in FlatteningList
.
this
T clearArguments()
this
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |