| Package | Description |
|---|---|
| org.ops4j.pax.exam | |
| org.ops4j.pax.exam.options | |
| org.ops4j.pax.exam.options.libraries |
| Modifier and Type | Method and Description |
|---|---|
static BootClasspathLibraryOption |
CoreOptions.bootClasspathLibrary(UrlReference libraryUrl)
Creates a
BootClasspathLibraryOption. |
static WrappedUrlProvisionOption |
CoreOptions.wrappedBundle(UrlReference jarToWrapUrl)
Creates a
WrappedUrlProvisionOption. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MavenUrlReference
Option specifying a maven url (Pax URL mvn: handler).
|
interface |
ProvisionOption<T extends ProvisionOption<?>>
Option specifying a provision (bundle to be installed).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegateProvisionOption<T extends AbstractDelegateProvisionOption<?>>
Abstract
ProvisionOption that delegates to another provision option. |
class |
AbstractProvisionOption<T extends AbstractProvisionOption<T>>
Convenience abstract implementation of
ProvisionOption. |
class |
AbstractUrlProvisionOption<T extends AbstractUrlProvisionOption<T>>
Option specifying a provision url.
|
class |
MavenArtifactDeploymentOption |
class |
MavenArtifactProvisionOption
Option specifying provisioning from an maven url (Pax URL mvn: handler).
|
class |
MavenArtifactUrlReference
Option specifying a maven url (Pax URL mvn: handler).
|
class |
RawUrlReference
Option specifying an url.
|
class |
UrlDeploymentOption |
class |
UrlProvisionOption
Option specifying a provision url.
|
class |
WrappedUrlProvisionOption
Option specifying a provision url that will wrap (osgify) another bundle.
|
| Modifier and Type | Method and Description |
|---|---|
UrlReference |
BootClasspathLibraryOption.getLibraryUrl()
Getter.
|
UrlReference |
UrlDeploymentOption.getUrlReference() |
UrlReference |
AbstractUrlProvisionOption.getUrlReference()
Getter.
|
| Modifier and Type | Method and Description |
|---|---|
WarProbeOption |
WarProbeOption.library(UrlReference libraryUrl)
Adds the library from the URL to the WAR.
|
WarProbeOption |
WarProbeOption.overlay(UrlReference overlayUrl)
Adds an overlay from the given URL to the WAR.
|
| Constructor and Description |
|---|
AbstractUrlProvisionOption(UrlReference url)
Constructor.
|
BootClasspathLibraryOption(UrlReference libraryUrl)
Constructor.
|
UrlDeploymentOption(UrlReference url)
Constructor.
|
UrlProvisionOption(UrlReference url)
Constructor.
|
WrappedUrlProvisionOption(UrlReference url)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JUnitBundlesOption
Option specifying junit bundles (osgi-fyed JUnit).
|
Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.