A B C D E F G I K M N O P R S T U V W

A

AbstractDelegateProvisionOption<T extends AbstractDelegateProvisionOption> - Class in org.ops4j.pax.exam.options
Abstract ProvisionOption that delegates to another provision option.
AbstractDelegateProvisionOption(ProvisionOption) - Constructor for class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Constructor.
AbstractProvisionControl<T extends AbstractProvisionControl> - Class in org.ops4j.pax.exam.options
Abstract implementation of ProvisionControl.
AbstractProvisionControl() - Constructor for class org.ops4j.pax.exam.options.AbstractProvisionControl
Constructor.
AbstractProvisionOption<T extends AbstractProvisionOption> - Class in org.ops4j.pax.exam.options
Convenience abstract implementation of ProvisionOption.
AbstractProvisionOption() - Constructor for class org.ops4j.pax.exam.options.AbstractProvisionOption
 
AbstractUrlProvisionOption<T extends AbstractUrlProvisionOption> - Class in org.ops4j.pax.exam.options
Option specifying a provision url.
AbstractUrlProvisionOption(String) - Constructor for class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
Constructor.
AbstractUrlProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
Constructor.
add(Option...) - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
Adds options.
afterFramework() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
To be used to specify that this library should be in the classpath after framework library.
allEquinoxVersions() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of all EquinoxFrameworkOption versions (up to the date of Pax Exam release).
allFelixVersions() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of all FelixFrameworkOption versions (up to the date of Pax Exam release).
allFrameworks() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of latest versions of Felix, Equinox and Knopflerfish.
allFrameworksVersions() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of all versions of Felix, Equinox and Knopflerfish.
allKnopflerfishVersions() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of all KnopflerfishFrameworkOption versions (up to the date of Pax Exam release).
artifactId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Sets the artifact id.
artifactId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Sets the artifact id.
artifactId(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact id.
asInProject() - Static method in class org.ops4j.pax.exam.MavenUtils
Utility method for creating an artifact version resolver that will get the version out of maven project.

B

beforeFramework() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
To be used to specify that this library should be in the classpath before framework library.
bootClasspathLibraries(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of BootClasspathLibraryOptions.
bootClasspathLibraries(BootClasspathLibraryOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of BootClasspathLibraryOptions.
bootClasspathLibrary(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a BootClasspathLibraryOption.
bootClasspathLibrary(UrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a BootClasspathLibraryOption.
BootClasspathLibraryOption - Class in org.ops4j.pax.exam.options
Option specifying a library that will be made available in teh boot classpath.
BootClasspathLibraryOption(String) - Constructor for class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Constructor.
BootClasspathLibraryOption(UrlReference) - Constructor for class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Constructor.
BootDelegationOption - Class in org.ops4j.pax.exam.options
Options specifying a boot delegation package (package for which framework will delegate to the system classloader).
BootDelegationOption(String) - Constructor for class org.ops4j.pax.exam.options.BootDelegationOption
Constructor
bootDelegationPackage(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a BootDelegationOption.
bootDelegationPackages(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of BootDelegationOptions.
bootDelegationPackages(BootDelegationOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of BootDelegationOptions.
bundle(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a UrlProvisionOption.
bundleStartLevel(int) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates an BundleStartLevelOption.
BundleStartLevelOption - Class in org.ops4j.pax.exam.options
Option specifying initial bundle start level.
BundleStartLevelOption(int) - Constructor for class org.ops4j.pax.exam.options.BundleStartLevelOption
Constructor.
bundleSymbolicName(String) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar bundle symbolic name.
bundleVersion(String) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar bundle version.

C

classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Sets the artifact classifier.
classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Sets the artifact classifier.
classifier(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact classifier.
combine(Option[], Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
Combines two arrays of options in one array containing both provided arrays in order they are provided.
composite(Option...) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (more to be used for a nice fluent api) for creating a composite option.
CompositeCustomizer - Class in org.ops4j.pax.exam
Composite of Customizers.
CompositeCustomizer(Customizer[]) - Constructor for class org.ops4j.pax.exam.CompositeCustomizer
 
CompositeOption - Interface in org.ops4j.pax.exam.options
An option composed of other options.
Constants - Interface in org.ops4j.pax.exam
Pax Exam related constants.
CoreOptions - Class in org.ops4j.pax.exam
Factory methods for core options.
customFramework(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
 
CustomFrameworkOption - Class in org.ops4j.pax.exam.options
Option specifing a custom framework.
CustomFrameworkOption(String, String, String) - Constructor for class org.ops4j.pax.exam.options.CustomFrameworkOption
Set a custom framework with a definition url, a baseplatform and an identifier to for your testresults.
customizeEnvironment(File) - Method in class org.ops4j.pax.exam.CompositeCustomizer
 
customizeEnvironment(File) - Method in class org.ops4j.pax.exam.Customizer
Callback method that can contain steps to finally change/set up the working environment.
Customizer - Class in org.ops4j.pax.exam
Hooks to inject certain activities into pax exam execution phases.
Customizer() - Constructor for class org.ops4j.pax.exam.Customizer
 
customizeTestProbe(InputStream) - Method in class org.ops4j.pax.exam.CompositeCustomizer
 
customizeTestProbe(InputStream) - Method in class org.ops4j.pax.exam.Customizer
Callback that allow to customize the ready built test probe.

D

debugClassLoading() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a DebugClassLoadingOption.
DebugClassLoadingOption - Class in org.ops4j.pax.exam.options
Options enabling framework specific class loading debugging.
DebugClassLoadingOption() - Constructor for class org.ops4j.pax.exam.options.DebugClassLoadingOption
 
DefaultCompositeOption - Class in org.ops4j.pax.exam.options
Default implementation of (@link CompositeOption}.
DefaultCompositeOption(Option...) - Constructor for class org.ops4j.pax.exam.options.DefaultCompositeOption
Constructor.
DefaultCompositeOption() - Constructor for class org.ops4j.pax.exam.options.DefaultCompositeOption
Constructor.
doNotWaitForFrameworkStartup() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a TestContainerStartTimeoutOption that will not wait for framework startup.

E

equinox() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a EquinoxFrameworkOption.
EquinoxFrameworkOption - Class in org.ops4j.pax.exam.options
Option specifying an Equinox framework.
EquinoxFrameworkOption() - Constructor for class org.ops4j.pax.exam.options.EquinoxFrameworkOption
Constructor.
evaluate() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
evaluate() - Method in interface org.ops4j.pax.exam.options.OptionalCompositeOption.Condition
 
expand(Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
Expand options to one level by expanding eventual CompositeOption.
exports(String...) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar exports.

F

felix() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a FelixFrameworkOption.
FelixFrameworkOption - Class in org.ops4j.pax.exam.options
Option specifying a Felix framework.
FelixFrameworkOption() - Constructor for class org.ops4j.pax.exam.options.FelixFrameworkOption
Constructor.
filter(Class<T>, Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
Filters the provided options by class returning an array of those option that are instance of the provided class.
FrameworkOption - Class in org.ops4j.pax.exam.options
Option specifing a framework.
FrameworkOption(String) - Constructor for class org.ops4j.pax.exam.options.FrameworkOption
Constructor.
frameworks(FrameworkOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of FrameworkOptions.
frameworkStartLevel(int) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates an FrameworkStartLevelOption.
FrameworkStartLevelOption - Class in org.ops4j.pax.exam.options
Option specifying framework start level.
FrameworkStartLevelOption(int) - Constructor for class org.ops4j.pax.exam.options.FrameworkStartLevelOption
Constructor.

G

getArtifactVersion(String, String) - Static method in class org.ops4j.pax.exam.MavenUtils
Gets the artifact version out of dependencies file.
getBasePlatform() - Method in class org.ops4j.pax.exam.options.CustomFrameworkOption
 
getDefinitionURL() - Method in class org.ops4j.pax.exam.options.CustomFrameworkOption
 
getDelegate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Getter.
getKey() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Getter.
getLibraryUrl() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Getter.
getName() - Method in class org.ops4j.pax.exam.options.FrameworkOption
Getter.
getOptions() - Method in interface org.ops4j.pax.exam.options.CompositeOption
Getter.
getOptions() - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
Getter.
getOptions() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
If condition is true will return the composite options.
getPackage() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
Getter.
getPackage() - Method in class org.ops4j.pax.exam.options.SystemPackageOption
Getter.
getPaxExamVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Exam version.
getPaxRunnerVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Runner version.
getPaxUrlVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Url version.
getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
The start level for the provisioned bundle(s).
getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
The start level for the provisioned bundle(s).
getStartLevel() - Method in class org.ops4j.pax.exam.options.BundleStartLevelOption
Getter.
getStartLevel() - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
Getter.
getStartLevel() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
The start level for the provisioned bundle(s).
getTimeout() - Method in class org.ops4j.pax.exam.options.TimeoutOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
 
getURL() - Method in class org.ops4j.pax.exam.options.RawUrlReference
Getter.
getURL() - Method in interface org.ops4j.pax.exam.options.UrlReference
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Getter.
getUrlReference() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
Getter.
getValue() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Getter.
getVersion() - Method in class org.ops4j.pax.exam.options.FrameworkOption
Getter.
getVersion(String, String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference.VersionResolver
Getter.
groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Sets the artifact group id.
groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Sets the artifact group id.
groupId(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact group id.

I

imports(String...) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar imports.
Info - Class in org.ops4j.pax.exam
A helper class to find versioning and other meta information about this pax exam delivery.
Inject - Annotation Type in org.ops4j.pax.exam
 
instructions(String...) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar raw BND instructions.
isAfterFramework() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Getter.
isBeforeFramework() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Getter.
isPaxExamSnapshotVersion() - Static method in class org.ops4j.pax.exam.Info
Getter.
isPaxUrlSnapshotVersion() - Static method in class org.ops4j.pax.exam.Info
Getter.
isSnapshot() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Returns true if the specified version is a snapshot version, false if not and null if the version is not yet specified.
isSnapshot() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Returns true if the specified version is a snapshot version, false if not and null if the version is not yet specified.
isSnapshot() - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Returns true if the specified version is a snapshot version, false if not and null if the version is not yet specified.
itself() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
itself() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.options.UrlProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage

K

knopflerfish() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a KnopflerfishFrameworkOption.
KnopflerfishFrameworkOption - Class in org.ops4j.pax.exam.options
Option specifying a Knopflerfish framework.
KnopflerfishFrameworkOption() - Constructor for class org.ops4j.pax.exam.options.KnopflerfishFrameworkOption
Constructor.

M

maven() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a MavenArtifactUrlReference.
maven(String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (shorter) for referencing an maven artifact based on groupId/artifactId.
maven(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (shorter) for referencing a maven artifact based on groupId/artifactId/version.
MavenArtifactProvisionOption - Class in org.ops4j.pax.exam.options
Option specifying provisioning from an maven url (Pax URL mvn: handler).
MavenArtifactProvisionOption() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Constructor.
MavenArtifactProvisionOption(MavenUrlReference) - Constructor for class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Constructor based on a mevn artifact option.
MavenArtifactUrlReference - Class in org.ops4j.pax.exam.options
Option specifying a maven url (Pax URL mvn: handler).
MavenArtifactUrlReference() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
mavenBundle() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a MavenArtifactProvisionOption.
mavenBundle(String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId.
mavenBundle(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId/version.
mavenBundle(MavenArtifactUrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience factory method for adding a maven bundle based on a meven artifact.
mavenConfiguration() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a MavenPluginGeneratedConfigOption.
mavenConfiguration(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a MavenPluginGeneratedConfigOption.
mavenConfiguration(URL) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a MavenPluginGeneratedConfigOption.
MavenPluginGeneratedConfigOption - Class in org.ops4j.pax.exam.options
 
MavenPluginGeneratedConfigOption(URL) - Constructor for class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
 
MavenUrlReference - Interface in org.ops4j.pax.exam.options
Option specifying a maven url (Pax URL mvn: handler).
MavenUrlReference.VersionResolver - Interface in org.ops4j.pax.exam.options
Resolves versions based on maven artifact groupId / atifactid.
MavenUtils - Class in org.ops4j.pax.exam
Utility methods related to Apache Maven.

N

NO_WAIT - Static variable in interface org.ops4j.pax.exam.Constants
Timeout specifing that there should be no waiting.
noStart() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
noStart() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
noStart() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
noUpdate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
noUpdate() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
noUpdate() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.

O

Option - Interface in org.ops4j.pax.exam
Marker interface for integration test user specified optons.
OptionalCompositeOption - Class in org.ops4j.pax.exam.options
Composite option that will include the options that makes up the composite only in case that a boolean condition is true.
OptionalCompositeOption(OptionalCompositeOption.Condition) - Constructor for class org.ops4j.pax.exam.options.OptionalCompositeOption
Constructor.
OptionalCompositeOption(boolean) - Constructor for class org.ops4j.pax.exam.options.OptionalCompositeOption
Convenience constructor.
OptionalCompositeOption.BooleanCondition - Class in org.ops4j.pax.exam.options
Boolean based OptionalCompositeOption.Condition implementation.
OptionalCompositeOption.BooleanCondition(boolean) - Constructor for class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
Constructor.
OptionalCompositeOption.Condition - Interface in org.ops4j.pax.exam.options
Condition to be evaluated.
options(Option...) - Static method in class org.ops4j.pax.exam.CoreOptions
Convenience method (more to be used for a nice fluent api) for creating an array of options.
OptionUtils - Class in org.ops4j.pax.exam
Utility methods related to Options.
org.ops4j.pax.exam - package org.ops4j.pax.exam
 
org.ops4j.pax.exam.options - package org.ops4j.pax.exam.options
 
overwriteManifest(WrappedUrlProvisionOption.OverwriteMode) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar manifest overwrite mode.

P

provision(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of ProvisionOptions.
provision(InputStream...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of ProvisionOptions.
provision(ProvisionOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of ProvisionOptions.
ProvisionControl<T extends ProvisionControl> - Interface in org.ops4j.pax.exam.options
Provision control options.
ProvisionOption<T extends ProvisionOption> - Interface in org.ops4j.pax.exam.options
Option specifying a provision (bundle to be installed).

R

RawUrlReference - Class in org.ops4j.pax.exam.options
Option specifying an url.
RawUrlReference(String) - Constructor for class org.ops4j.pax.exam.options.RawUrlReference
Constructor.
remove(Class<? extends Option>, Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
Removes from the provided options all options that are instance of the provided class, returning the remaining options.

S

shouldStart() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
If the provisioned bundle(s) should be started.
shouldStart() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
If the provisioned bundle(s) should be started.
shouldStart() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
If the provisioned bundle(s) should be started.
shouldUpdate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
If the provisioned bundle(s) should be updated (re-downloaded).
shouldUpdate() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
If the provisioned bundle(s) should be updated (re-downloaded).
shouldUpdate() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
shouldUpdate() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
If the provisioned bundle(s) should be updated (re-downloaded).
showLogo() - Static method in class org.ops4j.pax.exam.Info
Display ops4j logo to console.
snapshotVersion() - Method in class org.ops4j.pax.exam.options.FrameworkOption
Sets the framework version to snapshot.
start(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
start() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
start(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
start() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
start(Boolean) - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
start() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
START_LEVEL_SYSTEM_BUNDLES - Static variable in interface org.ops4j.pax.exam.Constants
The start level at which Pax Exam system bundles are to be started.
START_LEVEL_TEST_BUNDLE - Static variable in interface org.ops4j.pax.exam.Constants
The start level at which Pax Exam test bundle is to be started.
startLevel(Integer) - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
startLevel(Integer) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
startLevel(Integer) - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
systemPackage(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a SystemPackageOption.
SystemPackageOption - Class in org.ops4j.pax.exam.options
Option specifying a system package (package exported by system bundle).
SystemPackageOption(String) - Constructor for class org.ops4j.pax.exam.options.SystemPackageOption
Constructor.
systemPackages(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of SystemPackageOptions.
systemPackages(SystemPackageOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of SystemPackageOptions.
systemProperties(SystemPropertyOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of SystemPropertyOptions.
systemProperty(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a SystemPropertyOption.
SystemPropertyOption - Class in org.ops4j.pax.exam.options
Option specifying a system property.
SystemPropertyOption(String) - Constructor for class org.ops4j.pax.exam.options.SystemPropertyOption
Constructor.

T

TestContainerStartTimeoutOption - Class in org.ops4j.pax.exam.options
Timeout while waiting for test container to start.
TestContainerStartTimeoutOption(long) - Constructor for class org.ops4j.pax.exam.options.TestContainerStartTimeoutOption
Constructor.
TimeoutOption - Class in org.ops4j.pax.exam.options
Option specifying a timeout (in milliseconds).
TimeoutOption(long) - Constructor for class org.ops4j.pax.exam.options.TimeoutOption
Constructor.
toString() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
toString() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
toString() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
toString() - Method in class org.ops4j.pax.exam.options.BundleStartLevelOption
toString() - Method in class org.ops4j.pax.exam.options.DebugClassLoadingOption
toString() - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
toString() - Method in class org.ops4j.pax.exam.options.FrameworkOption
toString() - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
toString() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
toString() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
toString() - Method in class org.ops4j.pax.exam.options.RawUrlReference
toString() - Method in class org.ops4j.pax.exam.options.SystemPackageOption
toString() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
toString() - Method in class org.ops4j.pax.exam.options.TimeoutOption
type(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Sets the artifact type.
type(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Sets the artifact type.
type(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact type.

U

update(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
update() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Setter.
update(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
update() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
Setter.
update(Boolean) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Setter.
update(Boolean) - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
update() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
url(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a RawUrlReference.
UrlProvisionOption - Class in org.ops4j.pax.exam.options
Option specifying a provision url.
UrlProvisionOption(String) - Constructor for class org.ops4j.pax.exam.options.UrlProvisionOption
Constructor.
UrlProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.options.UrlProvisionOption
Constructor.
UrlReference - Interface in org.ops4j.pax.exam.options
An URL Reference.
useOptions(Option...) - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
Adds options to be used in case that condition evaluates to true.

V

value(String) - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Sets the system property value.
valueOf(String) - Static method in enum org.ops4j.pax.exam.options.WrappedUrlProvisionOption.OverwriteMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ops4j.pax.exam.options.WrappedUrlProvisionOption.OverwriteMode
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class org.ops4j.pax.exam.options.FrameworkOption
Sets the framework version.
version(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Sets the artifact version or version range.
version(MavenUrlReference.VersionResolver) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Determines the artifact version using an MavenUrlReference.VersionResolver.
version(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Sets the artifact version or version range.
version(MavenUrlReference.VersionResolver) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Determines the artifact version using an MavenUrlReference.VersionResolver.
version(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact version or version range.
version(MavenUrlReference.VersionResolver) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Determines the artifact version using an MavenUrlReference.VersionResolver.
versionAsInProject() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Version will be discovered from the dependencies of Maven project that includes the test.
versionAsInProject() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
Version will be discovered from the dependencies of Maven project that includes the test.
versionAsInProject() - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Version will be discovered from the dependencies of Maven project that includes the test.

W

WAIT_5_MINUTES - Static variable in interface org.ops4j.pax.exam.Constants
Timeout specifing that it should wait .
WAIT_FOREVER - Static variable in interface org.ops4j.pax.exam.Constants
Timeout specifing that it should wait forever.
waitForFrameworkStartup() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a TestContainerStartTimeoutOption that will wait for framework startup without timing out.
waitForFrameworkStartupFor(long) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a TestContainerStartTimeoutOption for a number of millis.
when(boolean) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a OptionalCompositeOption.
when(OptionalCompositeOption.Condition) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a OptionalCompositeOption.
wrappedBundle(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a WrappedUrlProvisionOption.
wrappedBundle(UrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a WrappedUrlProvisionOption.
WrappedUrlProvisionOption - Class in org.ops4j.pax.exam.options
Option specifying a provision url that will wrap (osgify) another bundle.
WrappedUrlProvisionOption(String) - Constructor for class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Constructor.
WrappedUrlProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Constructor.
WrappedUrlProvisionOption.OverwriteMode - Enum in org.ops4j.pax.exam.options
Strategy to use regarding manifest rewrite, for a jar that is already a bundle (has osgi manifest attributes).

A B C D E F G I K M N O P R S T U V W

Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.