| Package | Description |
|---|---|
| org.ops4j.pax.exam | |
| org.ops4j.pax.exam.options |
| Modifier and Type | Method and Description |
|---|---|
static BootClasspathLibraryOption |
CoreOptions.bootClasspathLibrary(String libraryUrl)
Creates a
BootClasspathLibraryOption. |
static BootClasspathLibraryOption |
CoreOptions.bootClasspathLibrary(UrlReference libraryUrl)
Creates a
BootClasspathLibraryOption. |
| Modifier and Type | Method and Description |
|---|---|
static Option |
CoreOptions.bootClasspathLibraries(BootClasspathLibraryOption... libraries)
Creates a composite option of
BootClasspathLibraryOptions. |
| Modifier and Type | Method and Description |
|---|---|
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–2017 OPS4J - Open Participation Software for Java. All rights reserved.