|
||||||||||
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(java.lang.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()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BootClasspathLibraryOption(java.lang.String libraryUrl)
libraryUrl
- library url (cannot be null or empty)
java.lang.IllegalArgumentException
- - If url is null or emptypublic BootClasspathLibraryOption(UrlReference libraryUrl)
libraryUrl
- library url (cannot be null or empty)
java.lang.IllegalArgumentException
- - If url is nullMethod Detail |
---|
public BootClasspathLibraryOption beforeFramework()
public BootClasspathLibraryOption afterFramework()
public UrlReference getLibraryUrl()
public boolean isBeforeFramework()
public boolean isAfterFramework()
public java.lang.String toString()
toString
in class java.lang.Object
protected BootClasspathLibraryOption itself()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |