| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.options.DefaultCompositeOption |
Default implementation of (@link CompositeOption}.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds options.
| |||||||||||
Getter.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.ops4j.pax.exam.options.CompositeOption
| |||||||||||
Constructor.
| options | composite options (can be null or no option specified) |
|---|
Constructor.
Adds options.
| _options | composite options to be added (can be null or no options specified) |
|---|