Uses of Class
org.springframework.boot.loader.tools.Layer
Packages that use 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
Fields in org.springframework.boot.loader.tools declared as LayerModifier 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.Methods in org.springframework.boot.loader.tools that return LayerModifier and TypeMethodDescriptionReturn the layer that contains the given resource name.Return the layer that contains the given library.Methods in org.springframework.boot.loader.tools that return types with arguments of type LayerModifier 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()
Methods in org.springframework.boot.loader.tools with parameters of type LayerModifier and TypeMethodDescriptionvoid
Add an item to the index.Constructors in org.springframework.boot.loader.tools with parameters of type LayerModifierConstructorDescriptionLayersIndex
(Layer... layers) Create a newLayersIndex
backed by the given layers.Constructor parameters in org.springframework.boot.loader.tools with type arguments of type LayerModifierConstructorDescriptionLayersIndex
(Iterable<Layer> layers) Create a newLayersIndex
backed by the given layers. -
Uses of Layer in org.springframework.boot.loader.tools.layer
Methods in org.springframework.boot.loader.tools.layer that return LayerModifier and TypeMethodDescriptionContentSelector.getLayer()
Return theLayer
that the selector represents.IncludeExcludeContentSelector.getLayer()
Methods in org.springframework.boot.loader.tools.layer that return types with arguments of type LayerConstructors in org.springframework.boot.loader.tools.layer with parameters of type LayerModifierConstructorDescriptionIncludeExcludeContentSelector
(Layer layer, List<ContentFilter<T>> includes, List<ContentFilter<T>> excludes) IncludeExcludeContentSelector
(Layer layer, List<S> includes, List<S> excludes, Function<S, ContentFilter<T>> filterFactory) Constructor parameters in org.springframework.boot.loader.tools.layer with type arguments of type LayerModifierConstructorDescriptionCustomLayers
(List<Layer> layers, List<ContentSelector<String>> applicationSelectors, List<ContentSelector<Library>> librarySelectors)