Uses of Class
org.ops4j.pax.exam.options.BootClasspathLibraryOption

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

Uses of BootClasspathLibraryOption in org.ops4j.pax.exam
 

Methods in org.ops4j.pax.exam that return BootClasspathLibraryOption
static BootClasspathLibraryOption CoreOptions.bootClasspathLibrary(java.lang.String libraryUrl)
          Creates a BootClasspathLibraryOption.
static BootClasspathLibraryOption CoreOptions.bootClasspathLibrary(UrlReference libraryUrl)
          Creates a BootClasspathLibraryOption.
 

Methods in org.ops4j.pax.exam with parameters of type BootClasspathLibraryOption
static Option CoreOptions.bootClasspathLibraries(BootClasspathLibraryOption... libraries)
          Creates a composite option of BootClasspathLibraryOptions.
 

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

Methods in org.ops4j.pax.exam.options that return BootClasspathLibraryOption
 BootClasspathLibraryOption BootClasspathLibraryOption.afterFramework()
          To be used to specify that this library should be in the classpath after framework library.
 BootClasspathLibraryOption BootClasspathLibraryOption.beforeFramework()
          To be used to specify that this library should be in the classpath before framework library.
protected  BootClasspathLibraryOption BootClasspathLibraryOption.itself()
          
 



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