Class BundleOptionBuilder.BundleOption
java.lang.Object
org.codice.ddf.test.common.configurators.BundleOptionBuilder.BundleOption
- Enclosing class:
- BundleOptionBuilder
BundleOptionBuilder.BundleOption used to add a bundle Option.-
Method Summary
Modifier and TypeMethodDescriptionAdds a newOptionfor the bundle specified by the Maven coordinates provided.org.ops4j.pax.exam.Optionbuild()Builds the Pax ExamOptionfrom the list of OSGi bundles added usingadd(String, String).
-
Method Details
-
add
Adds a newOptionfor the bundle specified by the Maven coordinates provided.- Parameters:
groupId- Maven group ID of the bundle to addartifactId- Maven artifact ID of the bundle to add- Returns:
- this
BundleOptionBuilder.BundleOption
-
build
public org.ops4j.pax.exam.Option build()Builds the Pax ExamOptionfrom the list of OSGi bundles added usingadd(String, String).- Returns:
- option for the list of bundles added
-