| Constructor and Description |
|---|
BootClasspathLibraryOption(String libraryUrl)
Constructor.
|
BootClasspathLibraryOption(UrlReference libraryUrl)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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 nullpublic BootClasspathLibraryOption beforeFramework()
public BootClasspathLibraryOption afterFramework()
public UrlReference getLibraryUrl()
public boolean isBeforeFramework()
public boolean isAfterFramework()
protected BootClasspathLibraryOption itself()
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.