Package | Description |
---|---|
org.springframework.boot.loader.tools |
Tools for generating executable JAR/WAR files.
|
org.springframework.boot.loader.tools.layer | |
org.springframework.boot.loader.tools.layer.library |
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.
|
Modifier and Type | Method and Description |
---|---|
Layer |
CustomLayers.getLayer(Library library) |
Modifier and Type | Method and Description |
---|---|
Layer |
LibraryStrategy.getMatchingLayer(Library library)
|
Layer |
FilteredLibraryStrategy.getMatchingLayer(Library library) |
boolean |
LibraryFilter.isLibraryExcluded(Library library)
Return true if the
Library is excluded by the filter. |
boolean |
CoordinateFilter.isLibraryExcluded(Library library) |
boolean |
LibraryFilter.isLibraryIncluded(Library library)
Return true if the
Library is included by the filter. |
boolean |
CoordinateFilter.isLibraryIncluded(Library library) |