Package | Description |
---|---|
org.springframework.boot.loader.tools |
Modifier and Type | Field and Description |
---|---|
static LibraryScope |
LibraryScope.COMPILE
The library is used at compile time and runtime.
|
static LibraryScope |
LibraryScope.CUSTOM
Marker for custom scope when custom configuration is used.
|
static LibraryScope |
LibraryScope.PROVIDED
The library is needed for compile but is usually provided when running.
|
static LibraryScope |
LibraryScope.RUNTIME
The library is used at runtime but not needed for compile.
|
Modifier and Type | Method and Description |
---|---|
String |
Layouts.Jar.getLibraryDestination(String libraryName,
LibraryScope scope) |
String |
Layouts.War.getLibraryDestination(String libraryName,
LibraryScope scope) |
String |
Layout.getLibraryDestination(String libraryName,
LibraryScope scope)
Returns the destination path for a given library.
|
void |
LibraryCallback.library(File file,
LibraryScope scope)
Callback to for a single library backed by a
File . |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.