Package org.springframework.boot.maven
Class Layers
java.lang.Object
org.springframework.boot.maven.Layers
Layer configuration options.
- Since:
- 2.3.0
- Author:
- Madhura Bhave
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe location of the layers configuration file.boolean
Whether alayers.idx
file should be added to the jar.boolean
Whether to include the layer tools jar.void
setConfiguration
(File configuration)
-
Constructor Details
-
Layers
public Layers()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Whether alayers.idx
file should be added to the jar.- Returns:
- true if a
layers.idx
file should be added.
-
isIncludeLayerTools
public boolean isIncludeLayerTools()Whether to include the layer tools jar.- Returns:
- true if layer tools should be included
-
getConfiguration
The location of the layers configuration file. If no file is provided, a default configuration is used with four layers:application
,resources
,snapshot-dependencies
anddependencies
.- Returns:
- the layers configuration file
-
setConfiguration
-