| Interface | Description |
|---|---|
| CompositeOption |
An option composed of other options.
|
| DeploymentOption | |
| MavenUrlReference |
Option specifying a maven url (Pax URL mvn: handler).
|
| MavenUrlReference.VersionResolver |
Resolves versions based on maven artifact groupId / atifactid.
|
| ModifiableCompositeOption | |
| OptionalCompositeOption.Condition |
Condition to be evaluated.
|
| ProvisionControl<T extends ProvisionControl<?>> |
Provision control options.
|
| ProvisionOption<T extends ProvisionOption<?>> |
Option specifying a provision (bundle to be installed).
|
| UrlReference |
An URL Reference.
|
| ValueOption<T> |
| Class | Description |
|---|---|
| AbstractDelegateProvisionOption<T extends AbstractDelegateProvisionOption<?>> |
Abstract
ProvisionOption that delegates to another provision option. |
| AbstractProvisionControl<T extends AbstractProvisionControl<T>> |
Abstract implementation of
ProvisionControl. |
| AbstractProvisionOption<T extends AbstractProvisionOption<T>> |
Convenience abstract implementation of
ProvisionOption. |
| AbstractUrlProvisionOption<T extends AbstractUrlProvisionOption<T>> |
Option specifying a provision url.
|
| BootClasspathLibraryOption |
Option specifying a library that will be made available in teh boot classpath.
|
| BootDelegationOption |
Options specifying a boot delegation package (package for which framework will delegate to the
system classloader).
|
| BundleStartLevelOption |
Option specifying initial bundle start level.
|
| DefaultCompositeOption |
Default implementation of (@link CompositeOption}.
|
| FrameworkPropertyOption |
Option specifying a framework property.
|
| FrameworkStartLevelOption |
Option specifying framework start level.
|
| JarProbeOption |
This option can be used to define the contents of a JAR probe for CDI test containers.
|
| MavenArtifactDeploymentOption | |
| MavenArtifactProvisionOption |
Option specifying provisioning from an maven url (Pax URL mvn: handler).
|
| MavenArtifactUrlReference |
Option specifying a maven url (Pax URL mvn: handler).
|
| MavenPluginGeneratedConfigOption | |
| OptionalCompositeOption |
Composite option that will include the options that makes up the composite only in case that a
boolean condition is true.
|
| OptionalCompositeOption.BooleanCondition |
Boolean based
OptionalCompositeOption.Condition implementation. |
| PropagateSystemPropertyOption |
Option for propagating a system property from the driver VM to the container VM.
|
| RawUrlReference |
Option specifying an url.
|
| ServerModeOption |
Marker Option
|
| SystemPackageOption |
Option specifying a system package (package exported by system bundle).
|
| SystemPropertyOption |
Option specifying a system property.
|
| TimeoutOption |
Option specifying a timeout (in milliseconds).
|
| UrlDeploymentOption | |
| UrlProvisionOption |
Option specifying a provision url.
|
| WarProbeOption |
This option can be used to explicitly define the contents of a WAR probe, overriding the default
of the probe being built automatically from the classpath contents, excluding all libraries
matching some predefined patterns.
|
| WrappedUrlProvisionOption |
Option specifying a provision url that will wrap (osgify) another bundle.
|
| Enum | Description |
|---|---|
| WrappedUrlProvisionOption.OverwriteMode |
Strategy to use regarding manifest rewrite, for a jar that is already a bundle (has osgi
manifest attributes).
|
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.