| AbstractDelegateProvisionOption<T extends AbstractDelegateProvisionOption<?>> | Abstract ProvisionOption that delegates to another provision option. |
| AbstractProvisionControl<T extends AbstractProvisionControl<T>> | Abstract implementation of ProvisionControl. |
| AbstractProvisionOption<T extends AbstractProvisionOption<T>> | Convenience abstract implementation of ProvisionOption. |
| AbstractUrlProvisionOption<T extends AbstractUrlProvisionOption<T>> | Option specifying a provision url. |
| BootClasspathLibraryOption | Option specifying a library that will be made available in teh boot classpath. |
| BootDelegationOption | Options specifying a boot delegation package (package for which framework will delegate to the system classloader). |
| BundleStartLevelOption | Option specifying initial bundle start level. |
| CleanCachesOption | |
| CompositeCustomizer | Composite of Customizers. |
| CompositeOption | An option composed of other options. |
| Configuration | Annotation marking Pax Exam configuration method. |
| ConfigurationFactory | |
| ConfigurationManager | Reads configuration settings from a properties file exam.properties at the root of the
classpath. |
| Constants | Pax Exam related constants. |
| CoreOptions | Factory methods for core options. |
| Customizer | Hooks to inject certain activities into pax exam execution phases. |
| DefaultCompositeOption | Default implementation of (@link CompositeOption}. |
| DeploymentOption |
| ExamConfigurationException | |
| ExamFactory | Possibility to inject your own factory that might augment the "normal" factory. |
| ExamSystem | An instance that drives cross cutting concerns when using Pax Exam. |
| ExceptionHelper |
| Filter | |
| FrameworkPropertyOption | Option specifying a framework property. |
| FrameworkStartLevelOption | Option specifying framework start level. |
| Info | A helper class to find versioning and other meta information about this pax exam delivery. |
| Injector | |
| InjectorFactory |
| JUnitBundlesOption | Option specifying junit bundles (osgi-fyed JUnit). |
| MavenArtifactDeploymentOption | |
| MavenArtifactProvisionOption | Option specifying provisioning from an maven url (Pax URL mvn: handler). |
| MavenArtifactUrlReference | Option specifying a maven url (Pax URL mvn: handler). |
| MavenPluginGeneratedConfigOption | |
| MavenUrlReference | Option specifying a maven url (Pax URL mvn: handler). |
| MavenUrlReference.VersionResolver | Resolves versions based on maven artifact groupId / atifactid. |
| MavenUtils | Utility methods related to Apache Maven. |
| Option | Marker interface for integration regression user specified optons. |
| OptionalCompositeOption | Composite option that will include the options that makes up the composite only in case that a boolean condition is true. |
| OptionalCompositeOption.BooleanCondition | Boolean based OptionalCompositeOption.Condition implementation. |
| OptionalCompositeOption.Condition | Condition to be evaluated. |
| OptionUtils | Utility methods related to Options. |
| PathUtils | |
| ProbeBuilder | |
| ProbeInvoker | |
| ProbeInvokerFactory | |
| PropagateSystemPropertyOption | Option for propagating a system property from the driver VM to the container VM. |
| ProvisionControl<T extends ProvisionControl<?>> | Provision control options. |
| ProvisionOption<T extends ProvisionOption<?>> | Option specifying a provision (bundle to be installed). |
| RawUrlReference | Option specifying an url. |
| RelativeTimeout | 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. |
| RepositoryOption | Option specifiying a Maven repository. |
| RepositoryOptionImpl | RepositoryOption implementation. |
| ServerModeOption | Marker Option |
| SystemPackageOption | Option specifying a system package (package exported by system bundle). |
| SystemPropertyOption | Option specifying a system property. |
| TestAddress | Test pointer to an executable test. |
| TestContainer | Management of an OSGi framework that can be used as a integration test container. |
| TestContainerException | Denotes an exception occuring during using regression container. |
| TestContainerFactory | TestContainer factory. |
| TestDirectory | A singleton directory which keeps track of all tests in a suite. |
| TestInstantiationInstruction | Instruction that can be used on the "in child osgi container" side to instantiate (e.g. |
| TestProbeBuilder | |
| TestProbeProvider | High Level Access to the Probe (bundle) as well as its TestAddresses you can invoke. |
| TimeoutException | Denotes an exception occuring during using regression container that appears due to a timeout. |
| TimeoutOption | Option specifying a timeout (in milliseconds). |
| Transactional | Use this annotation on a test method to wrap the test in a transaction which will be rolled back automatically. |
| UrlDeploymentOption | |
| UrlProvisionOption | Option specifying a provision url. |
| UrlReference | An URL Reference. |
| ValueOption<T> | |
| VMOption | Option specifying a raw virtual machine option. |
| WarProbeOption | This option can be used to explicitly define the contents of a WAR probe, overriding the default of the probe being built automatically from the classpath contents, excluding all libraries matching some predefined patterns. |
| WorkingDirectoryOption | Option to overwrite --workingDirectory default. |
| WrappedUrlProvisionOption | Option specifying a provision url that will wrap (osgify) another bundle. |
| WrappedUrlProvisionOption.OverwriteMode | Strategy to use regarding manifest rewrite, for a jar that is already a bundle (has osgi manifest attributes). |
| ZipInstaller |