Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.ApplicationSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionLayeredSpec.getApplication()
Returns theLayeredSpec.ApplicationSpec
that controls the layers to which application classes and resources belong.Modifier and TypeMethodDescriptionvoid
LayeredSpec.setApplication
(LayeredSpec.ApplicationSpec spec) Sets theLayeredSpec.ApplicationSpec
that controls the layers to which application classes are resources belong.Modifier and TypeMethodDescriptionvoid
LayeredSpec.application
(org.gradle.api.Action<LayeredSpec.ApplicationSpec> action) Customizes theLayeredSpec.ApplicationSpec
using the givenaction
.