Uses of Interface
org.ops4j.pax.exam.Option

Packages that use Option
org.ops4j.pax.exam   
org.ops4j.pax.exam.container.def   
org.ops4j.pax.exam.container.def.internal   
org.ops4j.pax.exam.container.def.options   
org.ops4j.pax.exam.junit   
org.ops4j.pax.exam.junit.internal   
org.ops4j.pax.exam.junit.options   
org.ops4j.pax.exam.options   
org.ops4j.pax.exam.spi.container   
 

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
<T extends Option>
T[]
OptionUtils.filter(java.lang.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(java.lang.String... urls)
          Creates a composite option of BootClasspathLibraryOptions.
static Option CoreOptions.bootDelegationPackages(BootDelegationOption... packages)
          Creates a composite option of BootDelegationOptions.
static Option CoreOptions.bootDelegationPackages(java.lang.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
<T extends Option>
T[]
OptionUtils.filter(java.lang.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(java.io.InputStream... streams)
          Creates a composite option of ProvisionOptions.
static Option CoreOptions.provision(ProvisionOption... urls)
          Creates a composite option of ProvisionOptions.
static Option CoreOptions.provision(java.lang.String... urls)
          Creates a composite option of ProvisionOptions.
static Option[] OptionUtils.remove(java.lang.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(java.lang.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
<T extends Option>
T[]
OptionUtils.filter(java.lang.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(java.lang.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(java.lang.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.container.def
 

Methods in org.ops4j.pax.exam.container.def that return Option
static Option PaxRunnerOptions.profiles(ProfileOption... profiles)
          Creates a composite option of ProfileOption.
static Option PaxRunnerOptions.repositories(RepositoryOption... repositoryOptions)
          Creates a composite option of RepositoryOptions.
static Option PaxRunnerOptions.repositories(java.lang.String... repositoryUrls)
          Creates a composite option of RepositoryOptions.
static Option PaxRunnerOptions.vmOptions(java.lang.String... vmOptions)
          Creates a composite option of VMOptions.
static Option PaxRunnerOptions.vmOptions(VMOption... vmOptions)
          Creates a composite option of VMOptions.
 

Uses of Option in org.ops4j.pax.exam.container.def.internal
 

Methods in org.ops4j.pax.exam.container.def.internal with parameters of type Option
 TestContainer PaxRunnerTestContainerFactory.newInstance(Option... options)
          Creates a new TestContainer.
 

Uses of Option in org.ops4j.pax.exam.container.def.options
 

Subinterfaces of Option in org.ops4j.pax.exam.container.def.options
 interface RepositoryOption
          Option specifiying a Pax Runner repository.
 

Classes in org.ops4j.pax.exam.container.def.options that implement Option
 class AutoWrapOption
          This is a flag-option that is being set or not.
 class BundleScannerProvisionOption
          Option specifying provision form an Pax Runner Bundle scanner (scan-bundle).
 class CleanCachesOption
           
 class CompositeScannerProvisionOption
          Option specifying provision form an Pax Runner composite scanner.
 class DirScannerProvisionOption
          Option specifying provision form an Pax Runner Dir scanner.
 class ExcludeDefaultRepositoriesOption
          Option specifiying a that Pax Runner should exclude default repositories.
 class FeaturesScannerProvisionOption
          Option specifying provision from an Pax Runner Features scanner.
 class FileScannerProvisionOption
          Option specifying provision form an Pax Runner File scanner.
 class LocalRepositoryOption
           
 class PomScannerProvisionOption
           
 class ProfileOption
          Option specifying a Pax runner provisioning profile.
 class RawPaxRunnerOptionOption
           
 class RawScannerProvisionOption
          Option specifying a raw (non scanner type specific) provision spec for Pax Runner.
 class RBCLookupTimeoutOption
          Option specifying the timeout (in milliseconds) while looking up the container process.
 class RepositoryOptionImpl
          RepositoryOption implementations.
 class VMOption
          Option specifying a raw virtual machine option.
 class WorkingDirectoryOption
          Option to overwrite --workingDirectory default.
 

Uses of Option in org.ops4j.pax.exam.junit
 

Methods in org.ops4j.pax.exam.junit that return Option
 Option[] JUnit4ConfigMethod.getOptions()
          Returns an array of options.
protected  Option[] MavenConfiguredJUnit4TestRunner.getTestOptions()
           
protected abstract  Option[] AbstractJUnit4TestRunner.getTestOptions()
           
 

Uses of Option in org.ops4j.pax.exam.junit.internal
 

Methods in org.ops4j.pax.exam.junit.internal that return Option
 Option[] AppliesToConfigMethod.getOptions()
          Returns the configuration options for this configuration method.
 Option[] DefaultConfigMethod.getOptions()
          Returns the configuration options for this configuration method.
 

Constructors in org.ops4j.pax.exam.junit.internal with parameters of type Option
JUnit4TestMethod(java.lang.reflect.Method testMethod, org.junit.internal.runners.TestClass testClass, FrameworkOption frameworkOption, Option... userOptions)
          Constructor.
 

Uses of Option in org.ops4j.pax.exam.junit.options
 

Classes in org.ops4j.pax.exam.junit.options that implement Option
 class EasyMockBundlesOption
          Option specifying Easymock bundles (osgi-fyed easymock).
 class JMockBundlesOption
          This provides JMock Support for Pax Exam.
 class JUnitBundlesOption
          Option specifying junit bundles (osgi-fyed JUnit).
 class MockitoBundlesOption
          Option specifying Mockito bundles (osgi-fyed mockito).
 

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[] OptionalCompositeOption.getOptions()
          If condition is true will return the composite options.
 Option[] CompositeOption.getOptions()
          Getter.
 Option[] DefaultCompositeOption.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.
 

Uses of Option in org.ops4j.pax.exam.spi.container
 

Methods in org.ops4j.pax.exam.spi.container with parameters of type Option
 TestContainer TestContainerFactory.newInstance(Option... options)
          Creates a new TestContainer.
 



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