public static class BundleOptionBuilder.BundleOption extends Object
BundleOptionBuilder.BundleOption used to add a bundle Option.| Modifier and Type | Method and Description |
|---|---|
BundleOptionBuilder.BundleOption |
add(String groupId,
String artifactId)
Adds a new
Option for the bundle specified by the Maven coordinates provided. |
org.ops4j.pax.exam.Option |
build()
Builds the Pax Exam
Option from the list of OSGi bundles added using add(String, String). |
public BundleOptionBuilder.BundleOption add(String groupId, String artifactId)
Option for the bundle specified by the Maven coordinates provided.groupId - Maven group ID of the bundle to addartifactId - Maven artifact ID of the bundle to addBundleOptionBuilder.BundleOptionpublic org.ops4j.pax.exam.Option build()
Option from the list of OSGi bundles added using add(String, String).This work is licensed under a Creative Commons Attribution 4.0 International License.