Package | Description |
---|---|
org.springframework.boot.loader.tools |
Tools for generating executable JAR/WAR files.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Layers.getLayer(Library library)
Return the layer that contains the given library.
|
void |
LibraryCallback.library(Library library)
Callback for a single library backed by a
File . |
void |
AbstractJarWriter.writeNestedLibrary(String location,
Library library)
Write a nested library.
|