Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayerSpec
Packages that use LayeredSpec.IntoLayerSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.IntoLayerSpec in org.springframework.boot.gradle.tasks.bundling
Subclasses of LayeredSpec.IntoLayerSpec in org.springframework.boot.gradle.tasks.bundlingModifier and TypeClassDescriptionstatic classSpec that controls the dependencies that should be part of a particular layer.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type LayeredSpec.IntoLayerSpecModifier and TypeMethodDescriptionvoidLayeredSpec.IntoLayersSpec.intoLayer(String layer, Action<LayeredSpec.IntoLayerSpec> action) Constructors in org.springframework.boot.gradle.tasks.bundling with parameters of type LayeredSpec.IntoLayerSpecModifierConstructorDescriptionApplicationSpec(LayeredSpec.IntoLayerSpec... contents) Creates a newApplicationSpecwith the givencontents.