Interface ApplicationOptions

All Superinterfaces:
Supplier<org.ops4j.pax.exam.Option>
All Known Implementing Classes:
DdfBaseOptions, DdfComponentOptions

public interface ApplicationOptions extends Supplier<org.ops4j.pax.exam.Option>
Interface implemented by Pax Exam test classes to provide application specific Options.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.ops4j.pax.exam.Option
    get()
    Gets the Pax Exam configuration Options for this application.
  • Method Details

    • get

      org.ops4j.pax.exam.Option get()
      Gets the Pax Exam configuration Options for this application. Implementers should use Pax Exam's CoreOptions.composite(Option...) to combine multiple options into one if needed.
      Specified by:
      get in interface Supplier<org.ops4j.pax.exam.Option>
      Returns:
      Pax Exam configuration Options