Class BundleOptionBuilder.BundleOption

java.lang.Object
org.codice.ddf.test.common.configurators.BundleOptionBuilder.BundleOption
Enclosing class:
BundleOptionBuilder

public static class BundleOptionBuilder.BundleOption extends Object
BundleOptionBuilder.BundleOption used to add a bundle Option.
  • Method Details

    • add

      public BundleOptionBuilder.BundleOption add(String groupId, String artifactId)
      Adds a new Option for the bundle specified by the Maven coordinates provided.
      Parameters:
      groupId - Maven group ID of the bundle to add
      artifactId - Maven artifact ID of the bundle to add
      Returns:
      this BundleOptionBuilder.BundleOption
    • build

      public org.ops4j.pax.exam.Option build()
      Builds the Pax Exam Option from the list of OSGi bundles added using add(String, String).
      Returns:
      option for the list of bundles added