Interface ContainerOptions
- All Superinterfaces:
Supplier<org.ops4j.pax.exam.Option>
- All Known Implementing Classes:
KarafOptions
Interface implemented by Pax Exam test classes to provide container specific
Options.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.ops4j.pax.exam.Optionget()Gets the basic Pax Exam configurationOptions for the container.
-
Method Details
-
get
org.ops4j.pax.exam.Option get()Gets the basic Pax Exam configurationOptions for the container. Implementers should use Pax Exam'sCoreOptions.composite(Option...)to combine multiple options into one if needed.
-