|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| org.ops4j.pax.exam | |
| org.ops4j.pax.exam.options | |
| Uses of Option in org.ops4j.pax.exam |
|---|
| Classes in org.ops4j.pax.exam that implement Option | |
|---|---|
class |
CompositeCustomizer
Composite of Customizers. |
class |
Customizer
Hooks to inject certain activities into pax exam execution phases. |
| Methods in org.ops4j.pax.exam with type parameters of type Option | ||
|---|---|---|
static
|
OptionUtils.filter(Class<T> optionType,
Option... options)
Filters the provided options by class returning an array of those option that are instance of the provided class. |
|
| Methods in org.ops4j.pax.exam that return Option | ||
|---|---|---|
static Option |
CoreOptions.allEquinoxVersions()
Creates a composite option of all EquinoxFrameworkOption versions (up to the date of Pax Exam release). |
|
static Option |
CoreOptions.allFelixVersions()
Creates a composite option of all FelixFrameworkOption versions (up to the date of Pax Exam release). |
|
static Option |
CoreOptions.allFrameworks()
Creates a composite option of latest versions of Felix, Equinox and Knopflerfish. |
|
static Option |
CoreOptions.allFrameworksVersions()
Creates a composite option of all versions of Felix, Equinox and Knopflerfish. |
|
static Option |
CoreOptions.allKnopflerfishVersions()
Creates a composite option of all KnopflerfishFrameworkOption versions (up to the date of Pax Exam
release). |
|
static Option |
CoreOptions.bootClasspathLibraries(BootClasspathLibraryOption... libraries)
Creates a composite option of BootClasspathLibraryOptions. |
|
static Option |
CoreOptions.bootClasspathLibraries(String... urls)
Creates a composite option of BootClasspathLibraryOptions. |
|
static Option |
CoreOptions.bootDelegationPackages(BootDelegationOption... packages)
Creates a composite option of BootDelegationOptions. |
|
static Option |
CoreOptions.bootDelegationPackages(String... packages)
Creates a composite option of BootDelegationOptions. |
|
static Option[] |
OptionUtils.combine(Option[] options1,
Option... options2)
Combines two arrays of options in one array containing both provided arrays in order they are provided. |
|
static Option |
CoreOptions.composite(Option... options)
Convenience method (more to be used for a nice fluent api) for creating a composite option. |
|
static Option[] |
OptionUtils.expand(Option... options)
Expand options to one level by expanding eventual CompositeOption. |
|
static
|
OptionUtils.filter(Class<T> optionType,
Option... options)
Filters the provided options by class returning an array of those option that are instance of the provided class. |
|
static Option |
CoreOptions.frameworks(FrameworkOption... frameworks)
Creates a composite option of FrameworkOptions. |
|
static Option[] |
CoreOptions.options(Option... options)
Convenience method (more to be used for a nice fluent api) for creating an array of options. |
|
static Option |
CoreOptions.provision(InputStream... streams)
Creates a composite option of ProvisionOptions. |
|
static Option |
CoreOptions.provision(ProvisionOption... urls)
Creates a composite option of ProvisionOptions. |
|
static Option |
CoreOptions.provision(String... urls)
Creates a composite option of ProvisionOptions. |
|
static Option[] |
OptionUtils.remove(Class<? extends Option> optionType,
Option... options)
Removes from the provided options all options that are instance of the provided class, returning the remaining options. |
|
static Option |
CoreOptions.systemPackages(String... packages)
Creates a composite option of SystemPackageOptions. |
|
static Option |
CoreOptions.systemPackages(SystemPackageOption... packages)
Creates a composite option of SystemPackageOptions. |
|
static Option |
CoreOptions.systemProperties(SystemPropertyOption... systemProperties)
Creates a composite option of SystemPropertyOptions. |
|
| Methods in org.ops4j.pax.exam with parameters of type Option | ||
|---|---|---|
static Option[] |
OptionUtils.combine(Option[] options1,
Option... options2)
Combines two arrays of options in one array containing both provided arrays in order they are provided. |
|
static Option[] |
OptionUtils.combine(Option[] options1,
Option... options2)
Combines two arrays of options in one array containing both provided arrays in order they are provided. |
|
static Option |
CoreOptions.composite(Option... options)
Convenience method (more to be used for a nice fluent api) for creating a composite option. |
|
static Option[] |
OptionUtils.expand(Option... options)
Expand options to one level by expanding eventual CompositeOption. |
|
static
|
OptionUtils.filter(Class<T> optionType,
Option... options)
Filters the provided options by class returning an array of those option that are instance of the provided class. |
|
static Option[] |
CoreOptions.options(Option... options)
Convenience method (more to be used for a nice fluent api) for creating an array of options. |
|
static Option[] |
OptionUtils.remove(Class<? extends Option> optionType,
Option... options)
Removes from the provided options all options that are instance of the provided class, returning the remaining options. |
|
| Method parameters in org.ops4j.pax.exam with type arguments of type Option | |
|---|---|
static Option[] |
OptionUtils.remove(Class<? extends Option> optionType,
Option... options)
Removes from the provided options all options that are instance of the provided class, returning the remaining options. |
| Uses of Option in org.ops4j.pax.exam.options |
|---|
| Subinterfaces of Option in org.ops4j.pax.exam.options | |
|---|---|
interface |
CompositeOption
An option composed of other options. |
interface |
ProvisionOption<T extends ProvisionOption>
Option specifying a provision (bundle to be installed). |
| Classes in org.ops4j.pax.exam.options that implement Option | |
|---|---|
class |
AbstractDelegateProvisionOption<T extends AbstractDelegateProvisionOption>
Abstract ProvisionOption that delegates to another provision option. |
class |
AbstractProvisionOption<T extends AbstractProvisionOption>
Convenience abstract implementation of ProvisionOption. |
class |
AbstractUrlProvisionOption<T extends AbstractUrlProvisionOption>
Option specifying a provision url. |
class |
BootClasspathLibraryOption
Option specifying a library that will be made available in teh boot classpath. |
class |
BootDelegationOption
Options specifying a boot delegation package (package for which framework will delegate to the system classloader). |
class |
BundleStartLevelOption
Option specifying initial bundle start level. |
class |
CustomFrameworkOption
Option specifing a custom framework. |
class |
DebugClassLoadingOption
Options enabling framework specific class loading debugging. |
class |
DefaultCompositeOption
Default implementation of (@link CompositeOption}. |
class |
EquinoxFrameworkOption
Option specifying an Equinox framework. |
class |
FelixFrameworkOption
Option specifying a Felix framework. |
class |
FrameworkOption
Option specifing a framework. |
class |
FrameworkStartLevelOption
Option specifying framework start level. |
class |
KnopflerfishFrameworkOption
Option specifying a Knopflerfish framework. |
class |
MavenArtifactProvisionOption
Option specifying provisioning from an maven url (Pax URL mvn: handler). |
class |
MavenPluginGeneratedConfigOption
|
class |
OptionalCompositeOption
Composite option that will include the options that makes up the composite only in case that a boolean condition is true. |
class |
SystemPackageOption
Option specifying a system package (package exported by system bundle). |
class |
SystemPropertyOption
Option specifying a system property. |
class |
TestContainerStartTimeoutOption
Timeout while waiting for test container to start. |
class |
TimeoutOption
Option specifying a timeout (in milliseconds). |
class |
UrlProvisionOption
Option specifying a provision url. |
class |
WrappedUrlProvisionOption
Option specifying a provision url that will wrap (osgify) another bundle. |
| Methods in org.ops4j.pax.exam.options that return Option | |
|---|---|
Option[] |
DefaultCompositeOption.getOptions()
Getter. |
Option[] |
OptionalCompositeOption.getOptions()
If condition is true will return the composite options. |
Option[] |
CompositeOption.getOptions()
Getter. |
| Methods in org.ops4j.pax.exam.options with parameters of type Option | |
|---|---|
DefaultCompositeOption |
DefaultCompositeOption.add(Option... options)
Adds options. |
OptionalCompositeOption |
OptionalCompositeOption.useOptions(Option... options)
Adds options to be used in case that condition evaluates to true. |
| Constructors in org.ops4j.pax.exam.options with parameters of type Option | |
|---|---|
DefaultCompositeOption(Option... options)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||