Uses of Interface
org.ops4j.pax.exam.options.UrlReference

Packages that use UrlReference
org.ops4j.pax.exam   
org.ops4j.pax.exam.options   
 

Uses of UrlReference in org.ops4j.pax.exam
 

Methods in org.ops4j.pax.exam with parameters of type UrlReference
static BootClasspathLibraryOption CoreOptions.bootClasspathLibrary(UrlReference libraryUrl)
          Creates a BootClasspathLibraryOption.
static WrappedUrlProvisionOption CoreOptions.wrappedBundle(UrlReference jarToWrapUrl)
          Creates a WrappedUrlProvisionOption.
 

Uses of UrlReference in org.ops4j.pax.exam.options
 

Subinterfaces of UrlReference in org.ops4j.pax.exam.options
 interface MavenUrlReference
          Option specifying a maven url (Pax URL mvn: handler).
 interface ProvisionOption<T extends ProvisionOption>
          Option specifying a provision (bundle to be installed).
 

Classes in org.ops4j.pax.exam.options that implement UrlReference
 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 MavenArtifactProvisionOption
          Option specifying provisioning from an maven url (Pax URL mvn: handler).
 class MavenArtifactUrlReference
          Option specifying a maven url (Pax URL mvn: handler).
 class RawUrlReference
          Option specifying an url.
 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 UrlReference
 UrlReference BootClasspathLibraryOption.getLibraryUrl()
          Getter.
 UrlReference AbstractUrlProvisionOption.getUrlReference()
          Getter.
 

Constructors in org.ops4j.pax.exam.options with parameters of type UrlReference
AbstractUrlProvisionOption(UrlReference url)
          Constructor.
BootClasspathLibraryOption(UrlReference libraryUrl)
          Constructor.
UrlProvisionOption(UrlReference url)
          Constructor.
WrappedUrlProvisionOption(UrlReference url)
          Constructor.
 



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