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

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<T>> - 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<T>> - 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<T>> - 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.
add(Option...) - Method in interface org.ops4j.pax.exam.options.ModifiableCompositeOption
 
add(TestAddress, TestInstantiationInstruction) - Method in class org.ops4j.pax.exam.TestDirectory
 
addTest(Class<?>, String, Object...) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
addTest(Class<?>, Object...) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
addTests(Class<?>, Method...) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
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.
allowSnapshots() - Method in interface org.ops4j.pax.exam.options.extra.RepositoryOption
Mark repository as allowing snapshots.
allowSnapshots() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
 
arguments() - Method in interface org.ops4j.pax.exam.TestAddress
Test Addresses can have default argument values.
artifactId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
artifactId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
artifactId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
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.
autoClasspath(boolean) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Automatically add libraries and class folders from the current classpath.

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.
BooleanCondition(boolean) - Constructor for class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
Constructor.
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
bootClasspathLibrary(UrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
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
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.
build() - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
bundle(String) - Static method in class org.ops4j.pax.exam.CoreOptions
bundleStartLevel(int) - Static method in class org.ops4j.pax.exam.CoreOptions
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(Object...) - Method in interface org.ops4j.pax.exam.ProbeInvoker
Executes the regression method.
call(TestAddress) - Method in interface org.ops4j.pax.exam.TestContainer
 
caption() - Method in interface org.ops4j.pax.exam.TestAddress
 
classes(Class<?>...) - Method in class org.ops4j.pax.exam.options.JarProbeOption
Adds the given classes to the JAR.
classes(Class<?>...) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the given classes to the WAR in WEB-INF/classes.
classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
classifier(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact classifier.
classPathDefaultExcludes() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Automatically add libraries and class folders from the current classpath, applying the default classpath excludes.
cleanCaches(boolean) - Static method in class org.ops4j.pax.exam.CoreOptions
cleanCaches() - Static method in class org.ops4j.pax.exam.CoreOptions
CleanCachesOption - Class in org.ops4j.pax.exam.options.extra
 
CleanCachesOption() - Constructor for class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
CleanCachesOption(Boolean) - Constructor for class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
clear() - Method in interface org.ops4j.pax.exam.ExamSystem
Clears up resources taken by system (like temporary files)
clear() - Method in class org.ops4j.pax.exam.TestDirectory
 
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.
Configuration - Annotation Type in org.ops4j.pax.exam
Annotation marking Pax Exam configuration method.
ConfigurationFactory - Interface in org.ops4j.pax.exam
 
ConfigurationManager - Class in org.ops4j.pax.exam
Reads configuration settings from a properties file exam.properties at the root of the classpath.
ConfigurationManager() - Constructor for class org.ops4j.pax.exam.ConfigurationManager
Creates a configuration manager.
Constants - Class in org.ops4j.pax.exam
Pax Exam related constants.
contextRoot(String) - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
CoreOptions - Class in org.ops4j.pax.exam
Factory methods for core options.
create(ExamSystem) - Method in interface org.ops4j.pax.exam.TestContainerFactory
Creates a one or more TestContainer.
createConfiguration() - Method in interface org.ops4j.pax.exam.ConfigurationFactory
 
createID(String) - Method in interface org.ops4j.pax.exam.ExamSystem
Exam relies on uniquely used identifiers per system.
createInjector() - Method in interface org.ops4j.pax.exam.util.InjectorFactory
 
createProbe() - Method in interface org.ops4j.pax.exam.ExamSystem
New Probe creator using this systems "caches".
createProbeInvoker(Object, String) - Method in interface org.ops4j.pax.exam.ProbeInvokerFactory
 
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 regression probe.

D

DEFAULT_CLASS_PATH_EXCLUDES - Static variable in class org.ops4j.pax.exam.options.WarProbeOption
 
DEFAULT_TIMEOUT - Static variable in annotation type org.ops4j.pax.exam.util.Filter
 
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.
DeploymentOption - Interface in org.ops4j.pax.exam.options
 
disableReleases() - Method in interface org.ops4j.pax.exam.options.extra.RepositoryOption
Mark repository as not allowing releases.
disableReleases() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
 
downloadAndInstall() - Method in class org.ops4j.pax.exam.zip.ZipInstaller
Download and unpacks the archive.

E

environment(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of EnvironmentOptions.
environment(EnvironmentOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of EnvironmentOptions.
environment(String) - Static method in class org.ops4j.pax.exam.CoreOptions
EnvironmentOption - Class in org.ops4j.pax.exam.options.extra
Specify process environment.
EnvironmentOption(String) - Constructor for class org.ops4j.pax.exam.options.extra.EnvironmentOption
Creates new EnvironmentOption.
equals(Object) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
equals(Object) - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.BootDelegationOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
equals(Object) - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
 
equals(Object) - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
 
equals(Object) - Method in class org.ops4j.pax.exam.options.RawUrlReference
 
equals(Object) - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
 
equals(Object) - Method in class org.ops4j.pax.exam.RelativeTimeout
 
evaluate() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
 
evaluate() - Method in interface org.ops4j.pax.exam.options.OptionalCompositeOption.Condition
 
EXAM_CONFIGURATION_KEY - Static variable in class org.ops4j.pax.exam.Constants
URL of configuration properties, overriding the default classpath:/exam.properties.
EXAM_FAIL_ON_UNRESOLVED_KEY - Static variable in class org.ops4j.pax.exam.Constants
Should Pax Exam fail the test if any of the provisioned bundles is unresolved?
EXAM_LOGGING_KEY - Static variable in class org.ops4j.pax.exam.Constants
The logging system to be provisioned by Pax Exam.
EXAM_LOGGING_NONE - Static variable in class org.ops4j.pax.exam.Constants
Do not provision any logging system and leave it to the user.
EXAM_LOGGING_PAX_LOGGING - Static variable in class org.ops4j.pax.exam.Constants
Provision Pax Logging as logging system.
EXAM_PROPERTIES_FILE - Static variable in class org.ops4j.pax.exam.Constants
Name of configuration properties file.
EXAM_PROPERTIES_PATH - Static variable in class org.ops4j.pax.exam.Constants
Resource path of configuration properties file.
EXAM_REACTOR_STRATEGY_KEY - Static variable in class org.ops4j.pax.exam.Constants
Default reactor strategy.
EXAM_REACTOR_STRATEGY_PER_CLASS - Static variable in class org.ops4j.pax.exam.Constants
 
EXAM_REACTOR_STRATEGY_PER_METHOD - Static variable in class org.ops4j.pax.exam.Constants
 
EXAM_REACTOR_STRATEGY_PER_SUITE - Static variable in class org.ops4j.pax.exam.Constants
 
EXAM_SERVICE_TIMEOUT_DEFAULT - Static variable in class org.ops4j.pax.exam.Constants
Default value for service lookup timeout (10 seconds).
EXAM_SERVICE_TIMEOUT_KEY - Static variable in class org.ops4j.pax.exam.Constants
Timeout for service lookup in milliseconds.
EXAM_SYSTEM_CDI - Static variable in class org.ops4j.pax.exam.Constants
Exam system for CDI containers.
EXAM_SYSTEM_DEFAULT - Static variable in class org.ops4j.pax.exam.Constants
Default exam system with no predefined options.
EXAM_SYSTEM_JAVAEE - Static variable in class org.ops4j.pax.exam.Constants
Exam system for Java EE containers.
EXAM_SYSTEM_KEY - Static variable in class org.ops4j.pax.exam.Constants
Configuration key for Exam system type.
EXAM_SYSTEM_TEST - Static variable in class org.ops4j.pax.exam.Constants
Test exam system with predefined options for Exam's own bundles etc.
ExamConfigurationException - Exception in org.ops4j.pax.exam
 
ExamConfigurationException(String) - Constructor for exception org.ops4j.pax.exam.ExamConfigurationException
 
ExamConfigurationException(String, Exception) - Constructor for exception org.ops4j.pax.exam.ExamConfigurationException
 
ExamFactory - Annotation Type in org.ops4j.pax.exam
Possibility to inject your own factory that might augment the "normal" factory.
ExamJavaRunner - Class in org.ops4j.pax.exam
Exam Java Runner, adjusted copy of Default Java Runner (see PAXEXAM-920)
ExamJavaRunner() - Constructor for class org.ops4j.pax.exam.ExamJavaRunner
Constructor.
ExamJavaRunner(boolean) - Constructor for class org.ops4j.pax.exam.ExamJavaRunner
Constructor.
ExamSystem - Interface in org.ops4j.pax.exam
An instance that drives cross cutting concerns when using Pax Exam. - Provides System Resource Locations, - Cross Cutting default properties, - access to API entry (building probes, getting TestContainerFactory etc.)
ExceptionHelper - Class in org.ops4j.pax.exam
 
exclude(String...) - Method in class org.ops4j.pax.exam.options.WarProbeOption
This option implies autoClasspath(false) and adds the given regular expressions to the classpath filters.
exec(String[], String[], String, String[], String, File) - Method in class org.ops4j.pax.exam.ExamJavaRunner
 
exec(String[], String[], String, String[], String, File, String[]) - Method in class org.ops4j.pax.exam.ExamJavaRunner
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

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.
Filter - Annotation Type in org.ops4j.pax.exam.util
 
fork(Option[]) - Method in interface org.ops4j.pax.exam.ExamSystem
 
FrameworkEventUtils - Class in org.ops4j.pax.exam
Utility methods related to FrameworkEvent.
frameworkProperties(FrameworkPropertyOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of FrameworkPropertyOptions.
frameworkProperty(String) - Static method in class org.ops4j.pax.exam.CoreOptions
FrameworkPropertyOption - Class in org.ops4j.pax.exam.options
Option specifying a framework property.
FrameworkPropertyOption(String) - Constructor for class org.ops4j.pax.exam.options.FrameworkPropertyOption
Constructor.
frameworkStartLevel(int) - Static method in class org.ops4j.pax.exam.CoreOptions
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

getAccessPoint() - Method in class org.ops4j.pax.exam.TestDirectory
 
getArtifactVersion(String, String) - Static method in class org.ops4j.pax.exam.MavenUtils
Gets the artifact version out of dependencies file.
getAtinjectVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Geronimo Atinject version.
getBaseDir() - Static method in class org.ops4j.pax.exam.util.PathUtils
Returns the base directory of the current Maven project, used by tests that require absolute paths.
getClasses() - Method in class org.ops4j.pax.exam.options.JarProbeOption
Returns the classes of this JAR.
getClasses() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the classes to be added to WEB-INF/classes.
getClassPathFilters() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the classpath filters.
getConfigFolder() - Method in interface org.ops4j.pax.exam.ExamSystem
 
getContextRoot() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
getDelegate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
Getter.
getEnvironment() - Method in class org.ops4j.pax.exam.options.extra.EnvironmentOption
 
getFrameworkEventString(int) - Static method in class org.ops4j.pax.exam.FrameworkEventUtils
Return a readable representation of the type of a FrameworkEvent.
getInstance() - Static method in class org.ops4j.pax.exam.TestDirectory
 
getKey() - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
Getter.
getKey() - Method in class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
Getter.
getKey() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Getter.
getLibraries() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the WEB-INF libraries.
getLibraryUrl() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
Getter.
getLowerValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
getMetaInfResources() - Method in class org.ops4j.pax.exam.options.JarProbeOption
Returns the META-INF resources.
getMetaInfResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the META-INF resources.
getName() - Method in class org.ops4j.pax.exam.options.JarProbeOption
Returns the base name of this JAR.
getName() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
getName() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the application name of this WAR.
getOps4jBaseVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Ops4j base version.
getOption() - Method in class org.ops4j.pax.exam.options.extra.VMOption
Getter.
getOptions(Class<T>) - Method in interface org.ops4j.pax.exam.ExamSystem
Getting options of this "system".
getOptions() - Method in interface org.ops4j.pax.exam.options.CompositeOption
Getter.
getOptions() - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
 
getOptions() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
If condition is true will return the composite options.
getOverlays() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the overlays.
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.
getPaxSwissboxVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Swissbox version.
getPaxTinybundlesVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Tinybundles version.
getPaxUrlVersion() - Static method in class org.ops4j.pax.exam.Info
Discovers the Pax Url version.
getProcess() - Method in class org.ops4j.pax.exam.ExamJavaRunner
 
getProperty(String) - Method in class org.ops4j.pax.exam.ConfigurationManager
Returns the configuration property for the given key.
getProperty(String, String) - Method in class org.ops4j.pax.exam.ConfigurationManager
Returns the configuration property for the given key, or the given default value.
getRepository() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
Returns the full repository url.
getResources() - Method in class org.ops4j.pax.exam.options.JarProbeOption
Returns the classpath resources.
getResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the classpath resources.
getSingleOption(Class<T>) - Method in interface org.ops4j.pax.exam.ExamSystem
A shortcut to ExamSystem.getOptions(Class) when expecting a single value.
getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
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).
getStream() - Method in interface org.ops4j.pax.exam.TestProbeProvider
 
getTempDir() - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
getTempFolder() - Method in interface org.ops4j.pax.exam.ExamSystem
Each call to this method might create a new folder that is being cleared on clear().
getTests() - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
getTests() - Method in interface org.ops4j.pax.exam.TestProbeProvider
 
getTimeout() - Method in interface org.ops4j.pax.exam.ExamSystem
 
getTimeout() - Method in class org.ops4j.pax.exam.options.TimeoutOption
Getter.
getType() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
getUpperValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
getURL() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
getURL() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
 
getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
getURL() - Method in class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
 
getURL() - Method in class org.ops4j.pax.exam.options.RawUrlReference
 
getURL() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
getURL() - Method in interface org.ops4j.pax.exam.options.UrlReference
Getter.
getURL() - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
 
getUrlReference() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
Getter.
getUrlReference() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
getValue() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
Getter.
getValue() - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
getValue() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
 
getValue() - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
Getter.
getValue() - Method in class org.ops4j.pax.exam.options.SystemPackageOption
Getter.
getValue() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
Getter.
getValue() - Method in interface org.ops4j.pax.exam.options.ValueOption
 
getValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
getVersion(String, String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference.VersionResolver
Getter.
getWebInfResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Returns the WEB-INF resources.
getWorkingDirectory() - Method in class org.ops4j.pax.exam.options.extra.WorkingDirectoryOption
 
getWrappedClassName() - Method in exception org.ops4j.pax.exam.WrappedTestContainerException
 
getWrappedMessage() - Method in exception org.ops4j.pax.exam.WrappedTestContainerException
 
groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
groupId(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact group id.

H

hashCode() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
hashCode() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
hashCode() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
 
hashCode() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
 
hashCode() - Method in class org.ops4j.pax.exam.options.RawUrlReference
 
hashCode() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
 
hashCode() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
hasThrowable(Throwable, Class<? extends Throwable>) - Static method in class org.ops4j.pax.exam.ExceptionHelper
 

I

id(String) - Method in interface org.ops4j.pax.exam.options.extra.RepositoryOption
Defines repository identifier to be referenced in Maven settings.
id(String) - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
 
identifier() - Method in interface org.ops4j.pax.exam.TestAddress
Identifier of a single addressable test.
ignorePackageOf(Class<?>...) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
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.
injectFields(Object) - Method in interface org.ops4j.pax.exam.util.Injector
 
Injector - Interface in org.ops4j.pax.exam.util
 
InjectorFactory - Interface in org.ops4j.pax.exam.util
 
install(InputStream) - Method in interface org.ops4j.pax.exam.TestContainer
 
install(String, InputStream) - Method in interface org.ops4j.pax.exam.TestContainer
 
installProbe(InputStream) - Method in interface org.ops4j.pax.exam.TestContainer
Installs a probe from the given stream.
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.
isClassPathEnabled() - Method in class org.ops4j.pax.exam.options.WarProbeOption
Shall libraries and class folders be added automatically from the current classpath?
isDefault() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
isNoTimeout() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
isNoWait() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
isOps4jBaseSnapshotVersion() - Static method in class org.ops4j.pax.exam.Info
Getter.
isPaxExamSnapshotVersion() - Static method in class org.ops4j.pax.exam.Info
Getter.
isPaxSwissboxSnapshotVersion() - Static method in class org.ops4j.pax.exam.Info
Getter.
isPaxTinybundlesSnapshotVersion() - 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.MavenArtifactDeploymentOption
 
isSnapshot() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
isSnapshot() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
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.libraries.JUnitBundlesOption
 
itself() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
itself() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
 
itself() - Method in class org.ops4j.pax.exam.options.UrlProvisionOption
 
itself() - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
 

J

jar(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a JAR from the given URL.
jarProbe() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates an option for a user-defined JAR probe.
JarProbeOption - Class in org.ops4j.pax.exam.options
This option can be used to define the contents of a JAR probe for CDI test containers.
JarProbeOption() - Constructor for class org.ops4j.pax.exam.options.JarProbeOption
Creates an empty JAR probe option.
junitBundles() - Static method in class org.ops4j.pax.exam.CoreOptions
JUnitBundlesOption - Class in org.ops4j.pax.exam.options.libraries
Option specifying junit bundles (osgi-fyed JUnit).
JUnitBundlesOption() - Constructor for class org.ops4j.pax.exam.options.libraries.JUnitBundlesOption
Constructor.

K

keepCaches() - Static method in class org.ops4j.pax.exam.CoreOptions

L

library(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the library from the given path to the WAR.
library(UrlReference) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the library from the URL to the WAR.
linkBundle(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a bundle option for a bundle link generated by the exam-maven-plugin.
loadSystemProperties(String) - Method in class org.ops4j.pax.exam.ConfigurationManager
Loads system properties from the given configuration key.
lookup(TestAddress) - Method in class org.ops4j.pax.exam.TestDirectory
 

M

maven() - Static method in class org.ops4j.pax.exam.CoreOptions
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.
MavenArtifactDeploymentOption - Class in org.ops4j.pax.exam.options
 
MavenArtifactDeploymentOption() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
MavenArtifactDeploymentOption(MavenUrlReference) - Constructor for class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
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
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.
mavenJar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a Maven JAR artifact with the given Maven coordinates.
MavenPluginGeneratedConfigOption - Class in org.ops4j.pax.exam.options
 
MavenPluginGeneratedConfigOption(URL) - Constructor for class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
 
mavenRar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a Maven RAR artifact with the given Maven coordinates.
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.
mavenWar() - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a Maven WAR artifact.
mavenWar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a Maven WAR artifact with the given Maven coordinates.
metaInfResource(String) - Method in class org.ops4j.pax.exam.options.JarProbeOption
Adds the given resources from the current class path to the WAR in META-INF/.
metaInfResource(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the given resourcs from the current class path to the WAR in META-INF/.
ModifiableCompositeOption - Interface in org.ops4j.pax.exam.options
 

N

name(String) - Method in class org.ops4j.pax.exam.options.JarProbeOption
Sets the base name of this JAR.
name(String) - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
Sets the deployment name (usually the basename of the given artifact).
name(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Sets the application name of this WAR.
NO_WAIT - Static variable in class org.ops4j.pax.exam.Constants
Timeout specifing that there should be no waiting.
noStart() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
noStart() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
noStart() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
noUpdate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
noUpdate() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
noUpdate() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.

O

Option - Interface in org.ops4j.pax.exam
Marker interface for integration regression 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.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
 
org.ops4j.pax.exam.options.extra - package org.ops4j.pax.exam.options.extra
 
org.ops4j.pax.exam.options.libraries - package org.ops4j.pax.exam.options.libraries
 
org.ops4j.pax.exam.util - package org.ops4j.pax.exam.util
 
org.ops4j.pax.exam.zip - package org.ops4j.pax.exam.zip
 
overlay(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds an overlay from the given path to the WAR.
overlay(UrlReference) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds an overlay from the given URL to the WAR.
overwriteManifest(WrappedUrlProvisionOption.OverwriteMode) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
Sets wrapped jar manifest overwrite mode.

P

PathUtils - Class in org.ops4j.pax.exam.util
 
PROBE_EXECUTABLE - Static variable in class org.ops4j.pax.exam.Constants
Manifest header specifying the string of executable services.
ProbeBuilder - Annotation Type in org.ops4j.pax.exam
 
ProbeInvoker - Interface in org.ops4j.pax.exam
 
ProbeInvokerFactory - Interface in org.ops4j.pax.exam
 
propagateSystemProperties(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Propagates a list of system properties from the driver VM to the container VM.
propagateSystemProperty(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Propagates a system property from the driver VM to the container VM.
PropagateSystemPropertyOption - Class in org.ops4j.pax.exam.options
Option for propagating a system property from the driver VM to the container VM.
PropagateSystemPropertyOption(String) - Constructor for class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
Constructor.
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

rar(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a resource adapter archive (RAR) from the given URL.
RawUrlReference - Class in org.ops4j.pax.exam.options
Option specifying an url.
RawUrlReference(String) - Constructor for class org.ops4j.pax.exam.options.RawUrlReference
Constructor.
RelativeTimeout - Class in org.ops4j.pax.exam
Timout type that is being used in exam to specify a single timeout value but control different timout points in the system with that value.
RelativeTimeout(long) - Constructor for class org.ops4j.pax.exam.RelativeTimeout
 
remove(Collection<Option>) - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
Remove options.
remove(Option...) - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
Remove options.
remove(Option...) - Method in interface org.ops4j.pax.exam.options.ModifiableCompositeOption
 
remove(Collection<Option>) - Method in interface org.ops4j.pax.exam.options.ModifiableCompositeOption
 
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.CoreOptions
Creates a composite option of RepositoryOptions.
repositories(RepositoryOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of RepositoryOptions.
repository(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a RepositoryOption.
RepositoryOption - Interface in org.ops4j.pax.exam.options.extra
Option specifiying a Maven repository.
RepositoryOptionImpl - Class in org.ops4j.pax.exam.options.extra
RepositoryOption implementation.
RepositoryOptionImpl(String) - Constructor for class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
Constructor.
RerunTestException - Exception in org.ops4j.pax.exam
 
RerunTestException(String) - Constructor for exception org.ops4j.pax.exam.RerunTestException
 
RerunTestException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.RerunTestException
 
RerunTestException(Throwable) - Constructor for exception org.ops4j.pax.exam.RerunTestException
 
resources(String...) - Method in class org.ops4j.pax.exam.options.JarProbeOption
Adds the given resources from the current class path to the JAR.
resources(String...) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the given resources from the current class path to the WAR in WEB-INF/classes.
root() - Method in interface org.ops4j.pax.exam.TestAddress
Test Addresses are built from other test addresses, so they build a compound tree.

S

serverMode() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a CleanCachesOption.value(false) + workingDirectory(folder) options.
ServerModeOption - Class in org.ops4j.pax.exam.options
Marker Option
ServerModeOption() - Constructor for class org.ops4j.pax.exam.options.ServerModeOption
 
setAccessPoint(URI) - Method in class org.ops4j.pax.exam.TestDirectory
 
setContext(Object) - Method in interface org.ops4j.pax.exam.util.InjectorFactory
 
setHeader(String, String) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
setTempDir(File) - Method in interface org.ops4j.pax.exam.TestProbeBuilder
 
setValue(Boolean) - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
 
shouldStart() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
shouldStart() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
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
 
shouldUpdate() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
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.
shutdown() - Method in class org.ops4j.pax.exam.ExamJavaRunner
start(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
start() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
start(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
start() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
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 interface org.ops4j.pax.exam.TestContainer
Starts the test container.
START_LEVEL_DEFAULT_PROVISION - Static variable in class org.ops4j.pax.exam.Constants
The start level at which Pax Exam test bundle is to be started.
START_LEVEL_SYSTEM_BUNDLES - Static variable in class 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 class 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
 
startLevel(Integer) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
startLevel(Integer) - Method in interface org.ops4j.pax.exam.options.ProvisionControl
Setter.
stop() - Method in interface org.ops4j.pax.exam.TestContainer
Stops the regression container.
streamBundle(InputStream) - Static method in class org.ops4j.pax.exam.CoreOptions
 
systemPackage(String) - Static method in class org.ops4j.pax.exam.CoreOptions
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
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.
systemTimeout(long) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a TimeoutOption for a number of millis.

T

TestAddress - Interface in org.ops4j.pax.exam
Test pointer to an executable test.
TestContainer - Interface in org.ops4j.pax.exam
Management of an OSGi framework that can be used as a integration test container.
TestContainerException - Exception in org.ops4j.pax.exam
Denotes an exception occuring during using regression container.
TestContainerException(String) - Constructor for exception org.ops4j.pax.exam.TestContainerException
 
TestContainerException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.TestContainerException
 
TestContainerException(Throwable) - Constructor for exception org.ops4j.pax.exam.TestContainerException
 
TestContainerFactory - Interface in org.ops4j.pax.exam
TestContainer factory.
TestDirectory - Class in org.ops4j.pax.exam
A singleton directory which keeps track of all tests in a suite.
TestInstantiationInstruction - Class in org.ops4j.pax.exam
Instruction that can be used on the "in child osgi container" side to instantiate (e.g. locate) a test.
TestInstantiationInstruction(String) - Constructor for class org.ops4j.pax.exam.TestInstantiationInstruction
 
TestProbeBuilder - Interface in org.ops4j.pax.exam
 
TestProbeProvider - Interface in org.ops4j.pax.exam
High Level Access to the Probe (bundle) as well as its TestAddresses you can invoke.
TIMEOUT_DEFAULT - Static variable in class org.ops4j.pax.exam.RelativeTimeout
 
TIMEOUT_NOTIMEOUT - Static variable in class org.ops4j.pax.exam.RelativeTimeout
 
TIMEOUT_NOWAIT - Static variable in class org.ops4j.pax.exam.RelativeTimeout
 
TimeoutException - Exception in org.ops4j.pax.exam
Denotes an exception occuring during using regression container that appears due to a timeout.
TimeoutException(String) - Constructor for exception org.ops4j.pax.exam.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception org.ops4j.pax.exam.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.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.DefaultCompositeOption
toString() - Method in class org.ops4j.pax.exam.options.extra.EnvironmentOption
 
toString() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
toString() - Method in class org.ops4j.pax.exam.options.extra.VMOption
toString() - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
toString() - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
toString() - Method in class org.ops4j.pax.exam.options.libraries.JUnitBundlesOption
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.PropagateSystemPropertyOption
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
toString() - Method in class org.ops4j.pax.exam.RelativeTimeout
 
toString() - Method in class org.ops4j.pax.exam.TestInstantiationInstruction
 
Transactional - Annotation Type in org.ops4j.pax.exam.util
Use this annotation on a test method to wrap the test in a transaction which will be rolled back automatically.
type(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
type(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
type(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
type(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Sets the artifact type.

U

uninstallProbe() - Method in interface org.ops4j.pax.exam.TestContainer
Uninstalls the current probe.
unwind(Throwable) - Static method in class org.ops4j.pax.exam.ExceptionHelper
 
update(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
update() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
 
update(Boolean) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
update() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
 
update(Boolean) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
Keep track if the user used the update method, so we do not override the value when handling automatic update on SNAPSHOT versions.
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
UrlDeploymentOption - Class in org.ops4j.pax.exam.options
 
UrlDeploymentOption(String, String) - Constructor for class org.ops4j.pax.exam.options.UrlDeploymentOption
Constructor.
UrlDeploymentOption(UrlReference) - Constructor for class org.ops4j.pax.exam.options.UrlDeploymentOption
Constructor.
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(Object) - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
Sets the system property value.
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.
ValueOption<T> - Interface in org.ops4j.pax.exam.options
 
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.libraries.JUnitBundlesOption
Sets the junit version.
version(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
version(MavenUrlReference.VersionResolver) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
 
version(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
version(MavenUrlReference.VersionResolver) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
version(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
version(MavenUrlReference.VersionResolver) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
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.MavenArtifactDeploymentOption
 
versionAsInProject() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
 
versionAsInProject() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
 
versionAsInProject() - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
Version will be discovered from the dependencies of Maven project that includes the regression.
vmOption(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a VMOption.
VMOption - Class in org.ops4j.pax.exam.options.extra
Option specifying a raw virtual machine option.
VMOption(String) - Constructor for class org.ops4j.pax.exam.options.extra.VMOption
Constructor.
vmOptions(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of VMOptions.
vmOptions(VMOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
Creates a composite option of VMOptions.

W

WAIT_5_MINUTES - Static variable in class org.ops4j.pax.exam.Constants
Timeout specifing that it should wait .
WAIT_FOREVER - Static variable in class org.ops4j.pax.exam.Constants
Timeout specifing that it should wait forever.
waitForExit() - Method in class org.ops4j.pax.exam.ExamJavaRunner
Wait till the framework process exits.
war(String) - Static method in class org.ops4j.pax.exam.CoreOptions
Deploys a WAR from the given URL.
warProbe() - Static method in class org.ops4j.pax.exam.CoreOptions
Creates an option for a user-defined WAR probe.
WarProbeOption - Class in org.ops4j.pax.exam.options
This option can be used to explicitly define the contents of a WAR probe, overriding the default of the probe being built automatically from the classpath contents, excluding all libraries matching some predefined patterns.
WarProbeOption() - Constructor for class org.ops4j.pax.exam.options.WarProbeOption
Creates an empty WAR probe option.
webInfResource(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
Adds the given resource from the current class path to the WAR in WEB-INF/.
when(boolean) - Static method in class org.ops4j.pax.exam.CoreOptions
when(OptionalCompositeOption.Condition) - Static method in class org.ops4j.pax.exam.CoreOptions
workingDirectory(String) - Static method in class org.ops4j.pax.exam.CoreOptions
WorkingDirectoryOption - Class in org.ops4j.pax.exam.options.extra
Option to overwrite --workingDirectory default.
WorkingDirectoryOption(String) - Constructor for class org.ops4j.pax.exam.options.extra.WorkingDirectoryOption
 
wrappedBundle(String) - Static method in class org.ops4j.pax.exam.CoreOptions
wrappedBundle(UrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
WrappedTestContainerException - Exception in org.ops4j.pax.exam
Wrap not serializable exception while extracting as much information as possible
WrappedTestContainerException(String, Throwable) - Constructor for exception org.ops4j.pax.exam.WrappedTestContainerException
 
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).

Z

ZipInstaller - Class in org.ops4j.pax.exam.zip
Downloads a ZIP archive from a given URL and unpacks it into a given directory.
ZipInstaller(URL, String) - Constructor for class org.ops4j.pax.exam.zip.ZipInstaller
Constructs installer with archive URL and install path.
ZipInstaller(URL, File) - Constructor for class org.ops4j.pax.exam.zip.ZipInstaller
Constructs installer with archive URL and install directory.
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.