|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.pax.exam.options.DefaultCompositeOption
public class DefaultCompositeOption
Default implementation of (@link CompositeOption}.
| Constructor Summary | |
|---|---|
DefaultCompositeOption()
Constructor. |
|
DefaultCompositeOption(Option... options)
Constructor. |
|
| Method Summary | |
|---|---|
DefaultCompositeOption |
add(Option... options)
Adds options. |
Option[] |
getOptions()
Getter. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultCompositeOption(Option... options)
options - composite options (can be null or no option specified)public DefaultCompositeOption()
| Method Detail |
|---|
public Option[] getOptions()
getOptions in interface CompositeOptionpublic DefaultCompositeOption add(Option... options)
options - composite options to be added (can be null or no options specified)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||