|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 BootClasspathLibraryOption s. |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |