A B C D E F G I J K L 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.
AbstractJUnit4TestRunner - Class in org.ops4j.pax.exam.junit
This provides a convenient way to write a self-Runner that can be set in annotation.
AbstractJUnit4TestRunner(Class<?>) - Constructor for class org.ops4j.pax.exam.junit.AbstractJUnit4TestRunner
 
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.
acquire() - Method in class org.ops4j.pax.exam.container.def.internal.TestContainerSemaphore
 
Activator - Class in org.ops4j.pax.exam.junit.extender.impl.internal
Bundle activator.
Activator() - Constructor for class org.ops4j.pax.exam.junit.extender.impl.internal.Activator
 
Activator - Class in org.ops4j.pax.exam.rbc.internal
Registers the an instance of RemoteTestRunnerService as RMI service using a port set by system property pax.exam.communication.port.
Activator() - Constructor for class org.ops4j.pax.exam.rbc.internal.Activator
 
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).
allowSnapshots() - Method in interface org.ops4j.pax.exam.container.def.options.RepositoryOption
Mark repository as allowing snapshots.
allowSnapshots() - Method in class org.ops4j.pax.exam.container.def.options.RepositoryOptionImpl
Mark repository as allowing snapshots.
AnnotatedWithConfiguration - Class in org.ops4j.pax.exam.junit
Configuration strategy that will consider as configuration any static/non static methods that are marked with Configuration annotation, has no parameters and has an Option array as return value.
AnnotatedWithConfiguration() - Constructor for class org.ops4j.pax.exam.junit.AnnotatedWithConfiguration
 
AppliesTo - Annotation Type in org.ops4j.pax.exam.junit
Annotation specifying to which method names the configuration applies.
AppliesToConfigMethod - Class in org.ops4j.pax.exam.junit.internal
Configuration method marked with Configuration and AppliesTo annotations.
AppliesToConfigMethod(Method, Object) - Constructor for class org.ops4j.pax.exam.junit.internal.AppliesToConfigMethod
Constructor.
artifactId(String) - Method in class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
 
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.
artifactMetadataSource - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
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.
autoWrap() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a AutoWrapOption.
AutoWrapOption - Class in org.ops4j.pax.exam.container.def.options
This is a flag-option that is being set or not.
AutoWrapOption() - Constructor for class org.ops4j.pax.exam.container.def.options.AutoWrapOption
 

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.
BundleScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying provision form an Pax Runner Bundle scanner (scan-bundle).
BundleScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.BundleScannerProvisionOption
Constructor.
BundleScannerProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.container.def.options.BundleScannerProvisionOption
Constructor.
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

call() - Method in interface org.ops4j.pax.exam.junit.extender.CallableTestMethod
Executes the test method.
CallableTestMethod - Interface in org.ops4j.pax.exam.junit.extender
A callable test method.
classAnnotations() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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.
cleanCaches() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a CleanCachesOption.
CleanCachesOption - Class in org.ops4j.pax.exam.container.def.options
 
CleanCachesOption() - Constructor for class org.ops4j.pax.exam.container.def.options.CleanCachesOption
 
collector - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
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.
compendiumProfile() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a Log Service ProfileOption (--profiles=compendium).
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.
CompositeScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying provision form an Pax Runner composite scanner.
CompositeScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.CompositeScannerProvisionOption
Constructor.
CompositeScannerProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.container.def.options.CompositeScannerProvisionOption
Constructor.
configProfile() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a Configuration Admin Service ProfileOption (--profiles=config).
Configuration - Annotation Type in org.ops4j.pax.exam.junit
Annotation marking Pax Exam configuration method.
ConfigurationStrategy - Annotation Type in org.ops4j.pax.exam.junit
Allows a pluggable configuration strategy for Pax Exam JUnit tests.
Constants - Interface in org.ops4j.pax.exam
Pax Exam related constants.
Constants - Class in org.ops4j.pax.exam.junit.extender
Constants related to on the fly created test bundle.
Constants() - Constructor for class org.ops4j.pax.exam.junit.extender.Constants
 
Constants - Interface in org.ops4j.pax.exam.rbc
Static constants related to remote bundle context.
CoreOptions - Class in org.ops4j.pax.exam
Factory methods for core options.
createTest() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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.
DefaultConfigMethod - Class in org.ops4j.pax.exam.junit.internal
Configuration methodmarked with Configuration and RequiresConfiguration annotations.
DefaultConfigMethod(Method, Object) - Constructor for class org.ops4j.pax.exam.junit.internal.DefaultConfigMethod
Constructor.
DirScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying provision form an Pax Runner Dir scanner.
DirScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.DirScannerProvisionOption
Constructor.
disableReleases() - Method in interface org.ops4j.pax.exam.container.def.options.RepositoryOption
Mark repository as not allowing releases.
disableReleases() - Method in class org.ops4j.pax.exam.container.def.options.RepositoryOptionImpl
Mark repository as not allowing releases.
doNotWaitForFrameworkStartup() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a TestContainerStartTimeoutOption that will not wait for framework startup.
dsProfile() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a Declarative Service ProfileOption (--profiles=ds).

E

easyMockBundles() - Static method in class org.ops4j.pax.exam.junit.JUnitOptions
Creates a EasyMockBundlesOption.
EasyMockBundlesOption - Class in org.ops4j.pax.exam.junit.options
Option specifying Easymock bundles (osgi-fyed easymock).
EasyMockBundlesOption() - Constructor for class org.ops4j.pax.exam.junit.options.EasyMockBundlesOption
Constructor.
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
 
excludeDefaultRepositories() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a ExcludeDefaultRepositoriesOption.
ExcludeDefaultRepositoriesOption - Class in org.ops4j.pax.exam.container.def.options
Option specifiying a that Pax Runner should exclude default repositories.
ExcludeDefaultRepositoriesOption() - Constructor for class org.ops4j.pax.exam.container.def.options.ExcludeDefaultRepositoriesOption
 
execute() - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
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

factory - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
FeaturesScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying provision from an Pax Runner Features scanner.
FeaturesScannerProvisionOption(String, String...) - Constructor for class org.ops4j.pax.exam.container.def.options.FeaturesScannerProvisionOption
Constructor.
FeaturesScannerProvisionOption(UrlReference, String...) - Constructor for class org.ops4j.pax.exam.container.def.options.FeaturesScannerProvisionOption
Constructor.
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.
FileScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying provision form an Pax Runner File scanner.
FileScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.FileScannerProvisionOption
Constructor.
FileScannerProvisionOption(UrlReference) - Constructor for class org.ops4j.pax.exam.container.def.options.FileScannerProvisionOption
Constructor.
filter(String) - Method in class org.ops4j.pax.exam.container.def.options.DirScannerProvisionOption
Sets the filter to be applied to the scanned file names.
filter(Filter) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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

GenerateConfigMojo - Class in org.ops4j.pax.exam.mavenplugin
 
GenerateConfigMojo() - Constructor for class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
GenerateDependsFileMojo - Class in org.ops4j.pax.exam.mavenplugin
Just extend the SeviceMix mojo to generate the depends file.
GenerateDependsFileMojo() - Constructor for class org.ops4j.pax.exam.mavenplugin.GenerateDependsFileMojo
 
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
 
getConfigMethods(TestClass, Object) - Method in class org.ops4j.pax.exam.junit.AnnotatedWithConfiguration
Returns configuration methods determined by this strategy.
getConfigMethods(TestClass, Object) - Method in interface org.ops4j.pax.exam.junit.JUnit4ConfigMethods
Returns configuration methods determined by this strategy.
getConfigurationMethods() - Method in class org.ops4j.pax.exam.junit.AbstractJUnit4TestRunner
 
getConfigurationMethods() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
Finds the configuration methods based on the configured ConfigurationStrategy.
getDefinitionURL() - Method in class org.ops4j.pax.exam.options.CustomFrameworkOption
 
getDelegate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Getter.
getDescription() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
getKey() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Getter.
getLibraryUrl() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Getter.
getLocalRepositoryPath() - Method in class org.ops4j.pax.exam.container.def.options.LocalRepositoryOption
 
getLockFile() - Method in class org.ops4j.pax.exam.container.def.internal.TestContainerSemaphore
 
getName() - Method in class org.ops4j.pax.exam.junit.internal.JUnit4TestMethod
Getter.
getName() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
getName() - Method in class org.ops4j.pax.exam.options.FrameworkOption
Getter.
getOption() - Method in class org.ops4j.pax.exam.container.def.options.RawPaxRunnerOptionOption
 
getOption() - Method in class org.ops4j.pax.exam.container.def.options.VMOption
Getter.
getOptions() - Method in class org.ops4j.pax.exam.junit.internal.AppliesToConfigMethod
Returns the configuration options for this configuration method.
getOptions() - Method in class org.ops4j.pax.exam.junit.internal.DefaultConfigMethod
Returns the configuration options for this configuration method.
getOptions() - Method in interface org.ops4j.pax.exam.junit.JUnit4ConfigMethod
Returns an array of options.
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.
getProfile() - Method in class org.ops4j.pax.exam.container.def.options.ProfileOption
Getter.
getRepository() - Method in class org.ops4j.pax.exam.container.def.options.RepositoryOptionImpl
Returns the full repository url.
getRmiPort() - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Getter.
getService(Class<T>) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
getService(Class<T>, long) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Returns a dynamic proxy in place of the actual service, forwarding the calls via the remote bundle context.
getService(Class<T>) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
 
getService(Class<T>, long) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
 
getServiceType() - Method in exception org.ops4j.pax.exam.rbc.internal.NoSuchServiceException
Getter.
getSettingsForArtifact(String, String, String) - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
Example: getSettingsForArtifact ( "foo:bar@1,chees:ham2@3@nostart","cheese","ham") --> @3@nostart
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).
getTestClass() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
getTestContainerFactory() - Static method in class org.ops4j.pax.exam.runtime.PaxExamRuntime
Discovers the test container.
getTestMethod() - Method in class org.ops4j.pax.exam.junit.internal.JUnit4TestMethod
Getter.
getTestMethods() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
getTestOptions() - Method in class org.ops4j.pax.exam.junit.AbstractJUnit4TestRunner
 
getTestOptions() - Method in class org.ops4j.pax.exam.junit.MavenConfiguredJUnit4TestRunner
 
getTimeout() - Method in class org.ops4j.pax.exam.options.TimeoutOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.BundleScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.CompositeScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.DirScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.FeaturesScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.FileScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
Getter.
getURL() - Method in class org.ops4j.pax.exam.container.def.options.RawScannerProvisionOption
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.
getWorkingDirectory() - Method in class org.ops4j.pax.exam.container.def.options.WorkingDirectoryOption
 
groupId(String) - Method in class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
 
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
 
installBundle(String) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
installBundle(String, byte[]) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
installBundle(String) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Installs a bundle remotly.
installBundle(String, byte[]) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Installs a bundle remotly given the bundle content.
installBundle(String) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Installs a bundle remotly.
installBundle(String, byte[]) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Installs a bundle remotly given the bundle content.
installBundle(String) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
 
installBundle(String, byte[]) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
 
instructions(String...) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar raw BND instructions.
invoke(Object) - Method in class org.ops4j.pax.exam.junit.internal.JUnit4TestMethod
Starts the test container, installs the test bundle and executes the test within the container.
invokeTestMethod(JUnit4TestMethod, RunNotifier) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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.container.def.options.BundleScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.CompositeScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.DirScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.FeaturesScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.FileScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.container.def.options.RawScannerProvisionOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.junit.options.EasyMockBundlesOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.junit.options.JMockBundlesOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.junit.options.JUnitBundlesOption
Implemented by sub classes in order to return itself (this) for fluent api usage
itself() - Method in class org.ops4j.pax.exam.junit.options.MockitoBundlesOption
Implemented by sub classes in order to return itself (this) for fluent api usage
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

J

jmockBundles() - Static method in class org.ops4j.pax.exam.junit.JUnitOptions
Creates a JMockBundlesOption.
JMockBundlesOption - Class in org.ops4j.pax.exam.junit.options
This provides JMock Support for Pax Exam.
JMockBundlesOption() - Constructor for class org.ops4j.pax.exam.junit.options.JMockBundlesOption
You'll get a wrapped artifact of jmock version 2.5.1 by default.
JUnit4ConfigMethod - Interface in org.ops4j.pax.exam.junit
A source of configuration options.
JUnit4ConfigMethods - Interface in org.ops4j.pax.exam.junit
Configuration strategy.
JUnit4MethodRoadie - Class in org.ops4j.pax.exam.junit.internal
Extends MethodRoadie in order to supress the running of Befores and Afters.
JUnit4MethodRoadie(Object, TestMethod, RunNotifier, Description) - Constructor for class org.ops4j.pax.exam.junit.internal.JUnit4MethodRoadie
Constructor matching super.
JUnit4TestMethod - Class in org.ops4j.pax.exam.junit.internal
A TestMethod that upon invokation starts a TestContainer and executes the test in the test container.
JUnit4TestMethod(Method, TestClass, FrameworkOption, Option...) - Constructor for class org.ops4j.pax.exam.junit.internal.JUnit4TestMethod
Constructor.
JUnit4TestRunner - Class in org.ops4j.pax.exam.junit
JUnit4 Runner to be used with the RunWith annotation to run with Pax Exam.
JUnit4TestRunner(Class<?>) - Constructor for class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
junitBundles() - Static method in class org.ops4j.pax.exam.junit.JUnitOptions
Creates a JUnitBundlesOption.
JUnitBundlesOption - Class in org.ops4j.pax.exam.junit.options
Option specifying junit bundles (osgi-fyed JUnit).
JUnitBundlesOption() - Constructor for class org.ops4j.pax.exam.junit.options.JUnitBundlesOption
Constructor.
JUnitOptions - Class in org.ops4j.pax.exam.junit
Factory methods for JUnit specific options.

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.

L

localRepository(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a LocalRepositoryOption.
LocalRepositoryOption - Class in org.ops4j.pax.exam.container.def.options
 
LocalRepositoryOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.LocalRepositoryOption
 
logProfile() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a Log Service ProfileOption (--profiles=log).

M

matches(Method) - Method in class org.ops4j.pax.exam.junit.internal.AppliesToConfigMethod
Matches a test method name against this configuration method.
matches(Method) - Method in class org.ops4j.pax.exam.junit.internal.DefaultConfigMethod
Matches a test method name against this configuration method.
matches(Method) - Method in interface org.ops4j.pax.exam.junit.JUnit4ConfigMethod
Returns true if the configuration method matches (applies) to the test method about to be run.
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.
MavenConfiguredJUnit4TestRunner - Class in org.ops4j.pax.exam.junit
 
MavenConfiguredJUnit4TestRunner(Class<?>) - Constructor for class org.ops4j.pax.exam.junit.MavenConfiguredJUnit4TestRunner
 
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.
methodDescription(Method) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
methodDescription(JUnit4TestMethod) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
mockitoBundles() - Static method in class org.ops4j.pax.exam.junit.JUnitOptions
Creates a MockitoBundlesOption.
MockitoBundlesOption - Class in org.ops4j.pax.exam.junit.options
Option specifying Mockito bundles (osgi-fyed mockito).
MockitoBundlesOption() - Constructor for class org.ops4j.pax.exam.junit.options.MockitoBundlesOption
Constructor.

N

newInstance(Option...) - Method in class org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainerFactory
Creates a new TestContainer.
newInstance(Option...) - Method in interface org.ops4j.pax.exam.spi.container.TestContainerFactory
Creates a new TestContainer.
NO_WAIT - Static variable in interface org.ops4j.pax.exam.Constants
Timeout specifing that there should be no waiting.
NO_WAIT - Static variable in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
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.
NoSuchServiceException - Exception in org.ops4j.pax.exam.rbc.internal
Thrown when a particular sercice cannot be found.
NoSuchServiceException(Class<?>) - Constructor for exception org.ops4j.pax.exam.rbc.internal.NoSuchServiceException
Constructor.
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.container.def - package org.ops4j.pax.exam.container.def
 
org.ops4j.pax.exam.container.def.internal - package org.ops4j.pax.exam.container.def.internal
 
org.ops4j.pax.exam.container.def.options - package org.ops4j.pax.exam.container.def.options
 
org.ops4j.pax.exam.junit - package org.ops4j.pax.exam.junit
 
org.ops4j.pax.exam.junit.extender - package org.ops4j.pax.exam.junit.extender
 
org.ops4j.pax.exam.junit.extender.impl.internal - package org.ops4j.pax.exam.junit.extender.impl.internal
 
org.ops4j.pax.exam.junit.internal - package org.ops4j.pax.exam.junit.internal
 
org.ops4j.pax.exam.junit.options - package org.ops4j.pax.exam.junit.options
 
org.ops4j.pax.exam.mavenplugin - package org.ops4j.pax.exam.mavenplugin
 
org.ops4j.pax.exam.options - package org.ops4j.pax.exam.options
 
org.ops4j.pax.exam.rbc - package org.ops4j.pax.exam.rbc
 
org.ops4j.pax.exam.rbc.client - package org.ops4j.pax.exam.rbc.client
 
org.ops4j.pax.exam.rbc.internal - package org.ops4j.pax.exam.rbc.internal
 
org.ops4j.pax.exam.runtime - package org.ops4j.pax.exam.runtime
 
org.ops4j.pax.exam.spi.container - package org.ops4j.pax.exam.spi.container
 
overwriteManifest(WrappedUrlProvisionOption.OverwriteMode) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar manifest overwrite mode.

P

PaxExamRuntime - Class in org.ops4j.pax.exam.runtime
Pax Exam runtime.
PaxRunnerOptions - Class in org.ops4j.pax.exam.container.def
Factory methods for Pax Runner options.
PaxRunnerTestContainerFactory - Class in org.ops4j.pax.exam.container.def.internal
Factory for PaxRunnerTestContainer.
PaxRunnerTestContainerFactory() - Constructor for class org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainerFactory
 
PomScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
 
PomScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
Constructor.
PomScannerProvisionOption() - Constructor for class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
Constructor.
PROBE_SYMBOLICNAME - Static variable in class org.ops4j.pax.exam.junit.extender.Constants
Test bundle symbolic name.
PROBE_TEST_CLASS - Static variable in class org.ops4j.pax.exam.junit.extender.Constants
Manifest header specifying the full qualified name of the test class.
PROBE_TEST_METHOD - Static variable in class org.ops4j.pax.exam.junit.extender.Constants
Manifest header specifying the test method name in the test class.
profile(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a ProfileOption by profile name.
profile(String, String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a ProfileOption by profile name and version.
ProfileOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying a Pax runner provisioning profile.
ProfileOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.ProfileOption
Constructor.
ProfileOption(String, String) - Constructor for class org.ops4j.pax.exam.container.def.options.ProfileOption
Constructor.
profiles(ProfileOption...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a composite option of ProfileOption.
project - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
The maven project.
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

rawPaxRunnerOption(String, String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a RawPaxRunnerOptionOption.
rawPaxRunnerOption(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a RawPaxRunnerOptionOption.
RawPaxRunnerOptionOption - Class in org.ops4j.pax.exam.container.def.options
 
RawPaxRunnerOptionOption(String, String) - Constructor for class org.ops4j.pax.exam.container.def.options.RawPaxRunnerOptionOption
 
RawPaxRunnerOptionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.RawPaxRunnerOptionOption
 
RawScannerProvisionOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying a raw (non scanner type specific) provision spec for Pax Runner.
RawScannerProvisionOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.RawScannerProvisionOption
Constructor.
RawUrlReference - Class in org.ops4j.pax.exam.options
Option specifying an url.
RawUrlReference(String) - Constructor for class org.ops4j.pax.exam.options.RawUrlReference
Constructor.
RBCLookupTimeoutOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying the timeout (in milliseconds) while looking up the container process.
RBCLookupTimeoutOption(long) - Constructor for class org.ops4j.pax.exam.container.def.options.RBCLookupTimeoutOption
Constructor.
release() - Method in class org.ops4j.pax.exam.container.def.internal.TestContainerSemaphore
 
RemoteBundleContext - Interface in org.ops4j.pax.exam.rbc.internal
Remote BundleContext like access.
RemoteBundleContextClient - Class in org.ops4j.pax.exam.rbc.client
A RemoteBundleContext client, that takes away RMI handling.
RemoteBundleContextClient(Integer, long) - Constructor for class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Constructor.
RemoteBundleContextImpl - Class in org.ops4j.pax.exam.rbc.internal
RemoteBundleContext implementaton.
RemoteBundleContextImpl(BundleContext) - Constructor for class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Constructor.
remoteCall(Class<?>, String, Class<?>[], long, Object...) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Makes a remote call on a service.
remoteCall(Class<?>, String, Class<?>[], long, Object...) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Makes a remote call on a service.
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.
repositories(String...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a composite option of RepositoryOptions.
repositories(RepositoryOption...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a composite option of RepositoryOptions.
repository(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a RepositoryOption.
RepositoryOption - Interface in org.ops4j.pax.exam.container.def.options
Option specifiying a Pax Runner repository.
RepositoryOptionImpl - Class in org.ops4j.pax.exam.container.def.options
RepositoryOption implementations.
RepositoryOptionImpl(String) - Constructor for class org.ops4j.pax.exam.container.def.options.RepositoryOptionImpl
Constructor.
RequiresConfiguration - Annotation Type in org.ops4j.pax.exam.junit
Annotation that marks methods belonging into a certain context (those methods marked with Test).
resolver - Variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
RMI_PORT_PROPERTY - Static variable in interface org.ops4j.pax.exam.rbc.Constants
Name of the system (framework) property that specifies the RMI registry port.
run(RunNotifier) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
runBeforesThenTestThenAfters(Runnable) - Method in class org.ops4j.pax.exam.junit.internal.JUnit4MethodRoadie
Do not run the before and afters are they are run in the container by the moment the test is run.
runMethods(RunNotifier) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 

S

scan(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a RawScannerProvisionOption.
scanBundle(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a BundleScannerProvisionOption.
scanBundle(UrlReference) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a BundleScannerProvisionOption.
scanComposite(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a CompositeScannerProvisionOption.
scanComposite(UrlReference) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a CompositeScannerProvisionOption.
scanDir(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a DirScannerProvisionOption.
scanFeatures(String, String...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a FeaturesScannerProvisionOption.
scanFeatures(UrlReference, String...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a FileScannerProvisionOption.
scanFile(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a FileScannerProvisionOption.
scanFile(UrlReference) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a FileScannerProvisionOption.
Scanner - Interface in org.ops4j.pax.exam.container.def.options
Marker interface for scanner provsioning options.
scanPom(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a PomScannerProvisionOption.
scanPom() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a PomScannerProvisionOption.
SEPARATOR - Static variable in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 
setBundleStartLevel(long, int) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Sets the start level for a bundle.
setBundleStartLevel(long, int) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Sets bundle start level.
setBundleStartLevel(long, int) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Sets bundle start level.
setBundleStartLevel(long, int) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
Sets the start level for a bundle.
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.
sort(Sorter) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
start(BundleContext) - Method in class org.ops4j.pax.exam.junit.extender.impl.internal.Activator
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() - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Starts the test container.
start(BundleContext) - Method in class org.ops4j.pax.exam.rbc.internal.Activator
start() - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
Starts the test container.
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.
startBundle(long) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
startBundle(long) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Starts a bundle.
startBundle(long) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Starts a bundle.
startBundle(long) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
 
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.
stop(BundleContext) - Method in class org.ops4j.pax.exam.junit.extender.impl.internal.Activator
stop() - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Stops the test container.
stop(BundleContext) - Method in class org.ops4j.pax.exam.rbc.internal.Activator
stop() - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
Stops the test container.
stopBundle(long) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Stops a bundle.
stopBundle(long) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Stops a bundle.
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

TEST_CASE_ATTRIBUTE - Static variable in class org.ops4j.pax.exam.junit.extender.Constants
Test class name service attribute.
TEST_METHOD_ATTRIBUTE - Static variable in class org.ops4j.pax.exam.junit.extender.Constants
Test method name service attribute.
testAnnotations(Method) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
TestContainer - Interface in org.ops4j.pax.exam.spi.container
Management of an OSGi framework that can be used as a integration test container.
TestContainerException - Exception in org.ops4j.pax.exam.spi.container
Denotes an exception occuring during using test container.
TestContainerException(String) - Constructor for exception org.ops4j.pax.exam.spi.container.TestContainerException
TestContainerException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.spi.container.TestContainerException
TestContainerException(Throwable) - Constructor for exception org.ops4j.pax.exam.spi.container.TestContainerException
TestContainerFactory - Interface in org.ops4j.pax.exam.spi.container
TestContainer factory.
TestContainerSemaphore - Class in org.ops4j.pax.exam.container.def.internal
Simple file system lock.
TestContainerSemaphore(File) - Constructor for class org.ops4j.pax.exam.container.def.internal.TestContainerSemaphore
 
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.
testName(Method) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
testName(JUnit4TestMethod) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
TimeoutException - Exception in org.ops4j.pax.exam.rbc.internal
Thrown when a a timeout occurs.
TimeoutException(String) - Constructor for exception org.ops4j.pax.exam.rbc.internal.TimeoutException
TimeoutException - Exception in org.ops4j.pax.exam.spi.container
Denotes an exception occuring during using test container that appears due to a timeout.
TimeoutException(String) - Constructor for exception org.ops4j.pax.exam.spi.container.TimeoutException
TimeoutException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.spi.container.TimeoutException
TimeoutException(Throwable) - Constructor for exception org.ops4j.pax.exam.spi.container.TimeoutException
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.container.def.options.DirScannerProvisionOption
toString() - Method in class org.ops4j.pax.exam.container.def.options.PomScannerProvisionOption
toString() - Method in class org.ops4j.pax.exam.container.def.options.ProfileOption
toString() - Method in class org.ops4j.pax.exam.container.def.options.RawScannerProvisionOption
toString() - Method in class org.ops4j.pax.exam.container.def.options.RepositoryOptionImpl
toString() - Method in class org.ops4j.pax.exam.container.def.options.VMOption
toString() - Method in class org.ops4j.pax.exam.junit.options.EasyMockBundlesOption
toString() - Method in class org.ops4j.pax.exam.junit.options.JMockBundlesOption
toString() - Method in class org.ops4j.pax.exam.junit.options.JUnitBundlesOption
toString() - Method in class org.ops4j.pax.exam.junit.options.MockitoBundlesOption
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

validate() - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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.container.def.options.PomScannerProvisionOption
 
version(String) - Method in class org.ops4j.pax.exam.container.def.options.ProfileOption
Sets the profile version or version range.
version(String) - Method in class org.ops4j.pax.exam.junit.options.EasyMockBundlesOption
Sets the easymock version.
version(String) - Method in class org.ops4j.pax.exam.junit.options.JMockBundlesOption
Sets the JMock version.
version(String) - Method in class org.ops4j.pax.exam.junit.options.JUnitBundlesOption
Sets the junit version.
version(String) - Method in class org.ops4j.pax.exam.junit.options.MockitoBundlesOption
Sets the Mockito version.
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.container.def.options.ProfileOption
Discovers the profile version out of the project.
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.
VMOption - Class in org.ops4j.pax.exam.container.def.options
Option specifying a raw virtual machine option.
VMOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.VMOption
Constructor.
vmOption(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a VMOption.
vmOptions(String...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a composite option of VMOptions.
vmOptions(VMOption...) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a composite option of VMOptions.

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.
WAIT_FOREVER - Static variable in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
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.
waitForRBCFor(Integer) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a RBCLookupTimeoutOption.
waitForState(long, int, long) - Method in class org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient
Waits for a bundle to be in a certain state and returns.
waitForState(long, int, long) - Method in interface org.ops4j.pax.exam.rbc.internal.RemoteBundleContext
Waits for a bundle to be in a certain state and returns.
waitForState(long, int, long) - Method in class org.ops4j.pax.exam.rbc.internal.RemoteBundleContextImpl
Waits for a bundle to be in a certain state and returns.
waitForState(long, int, long) - Method in interface org.ops4j.pax.exam.spi.container.TestContainer
Waits for a bundle to be in a certain state and returns.
webProfile() - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a Http Service ProfileOption (--profiles=web).
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.
workingDirectory(String) - Static method in class org.ops4j.pax.exam.container.def.PaxRunnerOptions
Creates a WorkingDirectoryOption.
WorkingDirectoryOption - Class in org.ops4j.pax.exam.container.def.options
Option to overwrite --workingDirectory default.
WorkingDirectoryOption(String) - Constructor for class org.ops4j.pax.exam.container.def.options.WorkingDirectoryOption
 
wrapMethod(Method) - Method in class org.ops4j.pax.exam.junit.JUnit4TestRunner
 
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).
writeProvisioning(PrintStream, List<Dependency>) - Method in class org.ops4j.pax.exam.mavenplugin.GenerateConfigMojo
 

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

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