Uses of Class
org.springframework.boot.loader.tools.Layer
Package
Description
Tools for generating executable JAR/WAR files.
Classes used to support layer customization.
-
Uses of Layer in org.springframework.boot.loader.tools
Modifier and TypeFieldDescriptionstatic final Layer
StandardLayers.APPLICATION
The application layer.static final Layer
StandardLayers.DEPENDENCIES
The dependencies layer.static final Layer
StandardLayers.SNAPSHOT_DEPENDENCIES
The snapshot dependencies layer.static final Layer
StandardLayers.SPRING_BOOT_LOADER
The spring boot loader layer.Modifier and TypeMethodDescriptionReturn the layer that contains the given resource name.Return the layer that contains the given library.Modifier and TypeMethodDescriptionLayers.iterator()
Return the jar layers in the order that they should be added (starting with the least frequently changed layer).StandardLayers.iterator()
Layers.stream()
Return a stream of the jar layers in the order that they should be added (starting with the least frequently changed layer).StandardLayers.stream()
Modifier and TypeMethodDescriptionvoid
Add an item to the index.ModifierConstructorDescriptionLayersIndex
(Layer... layers) Create a newLayersIndex
backed by the given layers.ModifierConstructorDescriptionLayersIndex
(Iterable<Layer> layers) Create a newLayersIndex
backed by the given layers. -
Uses of Layer in org.springframework.boot.loader.tools.layer
Modifier and TypeMethodDescriptionContentSelector.getLayer()
Return theLayer
that the selector represents.IncludeExcludeContentSelector.getLayer()
ModifierConstructorDescriptionIncludeExcludeContentSelector
(Layer layer, List<ContentFilter<T>> includes, List<ContentFilter<T>> excludes) IncludeExcludeContentSelector
(Layer layer, List<S> includes, List<S> excludes, Function<S, ContentFilter<T>> filterFactory) ModifierConstructorDescriptionCustomLayers
(List<Layer> layers, List<ContentSelector<String>> applicationSelectors, List<ContentSelector<Library>> librarySelectors)