|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ops4j.pax.exam.options.BootClasspathLibraryOption
public class BootClasspathLibraryOption
Option specifying a library that will be made available in teh boot classpath.
| Constructor Summary | |
|---|---|
BootClasspathLibraryOption(String libraryUrl)
Constructor. |
|
BootClasspathLibraryOption(UrlReference libraryUrl)
Constructor. |
|
| Method Summary | |
|---|---|
BootClasspathLibraryOption |
afterFramework()
To be used to specify that this library should be in the classpath after framework library. |
BootClasspathLibraryOption |
beforeFramework()
To be used to specify that this library should be in the classpath before framework library. |
UrlReference |
getLibraryUrl()
Getter. |
boolean |
isAfterFramework()
Getter. |
boolean |
isBeforeFramework()
Getter. |
protected BootClasspathLibraryOption |
itself()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BootClasspathLibraryOption(String libraryUrl)
libraryUrl - library url (cannot be null or empty)
IllegalArgumentException - - If url is null or emptypublic BootClasspathLibraryOption(UrlReference libraryUrl)
libraryUrl - library url (cannot be null or empty)
IllegalArgumentException - - If url is null| Method Detail |
|---|
public BootClasspathLibraryOption beforeFramework()
public BootClasspathLibraryOption afterFramework()
public UrlReference getLibraryUrl()
public boolean isBeforeFramework()
public boolean isAfterFramework()
public String toString()
toString in class Objectprotected BootClasspathLibraryOption itself()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||