Package | Description |
---|---|
org.springframework.boot.loader.tools |
Tools for generating executable JAR/WAR files.
|
Modifier and Type | Field and Description |
---|---|
static Layer |
StandardLayers.APPLICATION
The application layer.
|
static Layer |
StandardLayers.DEPENDENCIES
The dependencies layer.
|
static Layer |
StandardLayers.RESOURCES
The resources layer.
|
static Layer |
StandardLayers.SNAPSHOT_DEPENDENCIES
The snapshot dependencies layer.
|
Modifier and Type | Method and Description |
---|---|
Layer |
Layers.getLayer(Library library)
Return the layer that contains the given library.
|
Layer |
Layers.getLayer(String resourceName)
Return the layer that contains the given resource name.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Layer> |
Layers.iterator()
Return the jar layers in the order that they should be added (starting with the
least frequently changed layer).
|
Iterator<Layer> |
StandardLayers.iterator() |
Modifier and Type | Method and Description |
---|---|
String |
Layouts.LayeredJar.getLibraryLocation(String libraryName,
LibraryScope scope,
Layer layer) |
String |
LayeredLayout.getLibraryLocation(String libraryName,
LibraryScope scope,
Layer layer)
Returns the destination path for a given library within the context of a layer.
|
String |
Layouts.LayeredJar.getRepackagedClassesLocation(Layer layer) |
String |
LayeredLayout.getRepackagedClassesLocation(Layer layer)
Returns the location to which classes should be moved within the context of a
layer.
|