| Package | Description | 
|---|---|
| org.springframework.boot.loader.tools | 
 Tools for generating executable JAR/WAR files. 
 | 
| org.springframework.boot.loader.tools.layer | 
 Classes used to support layer customization. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JarModeLibrary
Library implementation for internal jarmode jars. | 
| 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)  | 
boolean | 
LibraryContentFilter.matches(Library library)  | 
| Constructor and Description | 
|---|
CustomLayers(List<Layer> layers,
            List<ContentSelector<String>> applicationSelectors,
            List<ContentSelector<Library>> librarySelectors)  |