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 |
StandardLayers
Base class for the standard set of
Layers . |
Modifier and Type | Field and Description |
---|---|
static Layers |
Layers.IMPLICIT
The default layer resolver.
|
Modifier and Type | Method and Description |
---|---|
void |
Packager.setLayers(Layers layers)
Sets the layers that should be used in the jar.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomLayers
Custom
Layers implementation where layer content is selected by the user. |