Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
Packages that use LayeredSpec.ApplicationSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.ApplicationSpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return LayeredSpec.ApplicationSpecModifier and TypeMethodDescriptionLayeredSpec.getApplication()Returns theLayeredSpec.ApplicationSpecthat controls the layers to which application classes and resources belong.Methods in org.springframework.boot.gradle.tasks.bundling with parameters of type LayeredSpec.ApplicationSpecModifier and TypeMethodDescriptionvoidLayeredSpec.setApplication(LayeredSpec.ApplicationSpec spec) Sets theLayeredSpec.ApplicationSpecthat controls the layers to which application classes are resources belong.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type LayeredSpec.ApplicationSpecModifier and TypeMethodDescriptionvoidLayeredSpec.application(Action<LayeredSpec.ApplicationSpec> action) Customizes theLayeredSpec.ApplicationSpecusing the givenaction.