| java.lang.Object | |
| ↳ | org.ops4j.pax.exam.CoreOptions |
Factory methods for core options.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a composite option of
BootClasspathLibraryOptions. | |||||||||||
Creates a composite option of
BootClasspathLibraryOptions. | |||||||||||
Creates a
BootClasspathLibraryOption. | |||||||||||
Creates a
BootClasspathLibraryOption. | |||||||||||
Creates a
BootDelegationOption. | |||||||||||
Creates a composite option of
BootDelegationOptions. | |||||||||||
Creates a composite option of
BootDelegationOptions. | |||||||||||
Creates a
UrlProvisionOption. | |||||||||||
Creates an
BundleStartLevelOption. | |||||||||||
Creates a
CleanCachesOption. | |||||||||||
Creates a
CleanCachesOption. | |||||||||||
Convenience method (more to be used for a nice fluent api) for creating a composite option.
| |||||||||||
Creates a composite option of
FrameworkPropertyOptions. | |||||||||||
Creates a
FrameworkPropertyOption. | |||||||||||
Creates an
FrameworkStartLevelOption. | |||||||||||
Creates a
JUnitBundlesOption. | |||||||||||
Creates a
CleanCachesOption. | |||||||||||
Convenience method (shorter) for referencing an maven artifact based on groupId/artifactId.
| |||||||||||
Convenience method (shorter) for referencing a maven artifact based on
groupId/artifactId/version.
| |||||||||||
Creates a
MavenArtifactUrlReference. | |||||||||||
Creates a
MavenArtifactProvisionOption. | |||||||||||
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId.
| |||||||||||
Convenience factory method for adding a maven bundle based on a meven artifact.
| |||||||||||
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId/version.
| |||||||||||
Deploys a Maven WAR artifact.
| |||||||||||
Deploys a Maven WAR artifact with the given Maven coordinates.
| |||||||||||
Convenience method (more to be used for a nice fluent api) for creating an array of options.
| |||||||||||
Propagates a list of system properties from the driver VM to the container VM.
| |||||||||||
Propagates a system property from the driver VM to the container VM.
| |||||||||||
Creates a composite option of
ProvisionOptions. | |||||||||||
Creates a composite option of
ProvisionOptions. | |||||||||||
Creates a composite option of
ProvisionOptions. | |||||||||||
Creates a composite option of
RepositoryOptions. | |||||||||||
Creates a composite option of
RepositoryOptions. | |||||||||||
Creates a
RepositoryOption. | |||||||||||
Creates a
CleanCachesOption.value(false) + workingDirectory(folder) options. | |||||||||||
Creates a
SystemPackageOption. | |||||||||||
Creates a composite option of
SystemPackageOptions. | |||||||||||
Creates a composite option of
SystemPackageOptions. | |||||||||||
Creates a composite option of
SystemPropertyOptions. | |||||||||||
Creates a
SystemPropertyOption. | |||||||||||
Creates a
TimeoutOption for a number of millis. | |||||||||||
Creates a
UrlProvisionOption. | |||||||||||
Creates a
VMOption. | |||||||||||
Creates a composite option of
VMOptions. | |||||||||||
Creates a composite option of
VMOptions. | |||||||||||
Deploys a WAR from the given URL.
| |||||||||||
Creates an option for a user-defined WAR probe.
| |||||||||||
Creates a
OptionalCompositeOption. | |||||||||||
Creates a
OptionalCompositeOption. | |||||||||||
Creates a
WorkingDirectoryOption. | |||||||||||
Creates a
WrappedUrlProvisionOption. | |||||||||||
Creates a
WrappedUrlProvisionOption. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a composite option of BootClasspathLibraryOptions.
| libraries | boot classpath library options |
|---|
Creates a composite option of BootClasspathLibraryOptions.
| urls | boot classpath library urls (cannot be null or containing null entries) |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates a BootClasspathLibraryOption.
| libraryUrl | boot classpath library url |
|---|
Creates a BootClasspathLibraryOption.
| libraryUrl | boot classpath library url |
|---|
Creates a BootDelegationOption.
| pkg | boot delegation package |
|---|
Creates a composite option of BootDelegationOptions.
| packages | boot delegation package options |
|---|
Creates a composite option of BootDelegationOptions.
| packages | boot delegation packages (cannot be null or containing null entries) |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates an BundleStartLevelOption.
| startLevel | initial bundle start level (must be bigger then zero) |
|---|
Creates a CleanCachesOption.
Creates a CleanCachesOption.
Convenience method (more to be used for a nice fluent api) for creating a composite option.
| options | options |
|---|
Creates a composite option of FrameworkPropertyOptions.
| frameworkProperties | framework property options |
|---|
Creates a FrameworkPropertyOption.
| key | framework property key |
|---|
Creates an FrameworkStartLevelOption.
| startLevel | framework start level (must be bigger then zero) |
|---|
Creates a JUnitBundlesOption.
Creates a CleanCachesOption.
Convenience method (shorter) for referencing an maven artifact based on groupId/artifactId.
| groupId | artifact group id |
|---|---|
| artifactId | artifact id |
Convenience method (shorter) for referencing a maven artifact based on groupId/artifactId/version.
| groupId | artifact group id |
|---|---|
| artifactId | artifact id |
| version | artifact version |
Creates a MavenArtifactUrlReference.
Creates a MavenArtifactProvisionOption.
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId.
| groupId | artifact group id |
|---|---|
| artifactId | artifact id |
Convenience factory method for adding a maven bundle based on a meven artifact.
| artifact | maven artifact |
|---|
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId/version.
| groupId | artifact group id |
|---|---|
| artifactId | artifact id |
| version | artifact version |
Deploys a Maven WAR artifact. The Maven coordinates need to be added in fluent syntax.
Deploys a Maven WAR artifact with the given Maven coordinates.
| groupId | group ID |
|---|---|
| artifactId | artifact ID |
Convenience method (more to be used for a nice fluent api) for creating an array of options. It also expands the composite options.
| options | to be used. |
|---|
Propagates a list of system properties from the driver VM to the container VM. Only meaningful for remote containers.
For each given system property which is set in the driver VM, Pax Exam will set the system property with the same key to the same value in the container VM.
| keys | list of system property keys |
|---|
Propagates a system property from the driver VM to the container VM. Only meaningful for remote containers.
If the given system property is set in the driver VM, Pax Exam will set the system property with the same key to the same value in the container VM.
| key | system property key |
|---|
Creates a composite option of ProvisionOptions.
| urls | provision options |
|---|
Creates a composite option of ProvisionOptions.
| urls | provision urls (cannot be null or containing null entries) |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates a composite option of ProvisionOptions. This is handy when bundles are built
on the fly via TinyBundles.
| streams | provision sources |
|---|
| IllegalArgumentException | - If a problem occured while flushing streams |
|---|
Creates a composite option of RepositoryOptions.
| repositoryOptions | repository options |
|---|
Creates a composite option of RepositoryOptions.
| repositoryUrls | Maven repository URLs |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates a CleanCachesOption.value(false) + workingDirectory(folder) options.
Creates a composite option of SystemPackageOptions.
| packages | system package options |
|---|
Creates a composite option of SystemPackageOptions.
| packages | system packages (cannot be null or containing null entries) |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates a composite option of SystemPropertyOptions.
| systemProperties | system property options |
|---|
Creates a SystemPropertyOption.
| key | system property key |
|---|
Creates a TimeoutOption for a number of millis.
| timeoutInMillis | timeout in millis |
|---|
Creates a composite option of VMOptions.
| vmOptions | virtual machine options (cannot be null or containing null entries) |
|---|
| IllegalArgumentException | - If urls array is null or contains null entries |
|---|
Creates a composite option of VMOptions.
| vmOptions | virtual machine options |
|---|
Deploys a WAR from the given URL.
| url | URL of a WAR |
|---|
Creates an option for a user-defined WAR probe. This option needs to be customized in fluent syntax.
Creates a OptionalCompositeOption.
| condition | condition to evaluate |
|---|
Creates a OptionalCompositeOption.
| condition | boolean condition to evaluate |
|---|
Creates a WorkingDirectoryOption.
| directory | url of the bundle to be scanned |
|---|
Creates a WrappedUrlProvisionOption.
| jarToWrapUrl | url of jar to be wrapped |
|---|
Creates a WrappedUrlProvisionOption.
| jarToWrapUrl | url of jar to be wrapped |
|---|