Class LayeredSpec.ApplicationSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<LayeredSpec.IntoLayerSpec>
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LayeredSpec
public static class LayeredSpec.ApplicationSpec
extends LayeredSpec.IntoLayersSpec<LayeredSpec.IntoLayerSpec>
An
LayeredSpec.IntoLayersSpec
that controls the layers to which application classes and
resources belong.- See Also:
-
Constructor Summary
ConstructorDescriptionApplicationSpec
(LayeredSpec.IntoLayerSpec... contents) Creates a newApplicationSpec
with the givencontents
. -
Method Summary
Methods inherited from class org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
intoLayer, intoLayer
-
Constructor Details
-
ApplicationSpec
@Inject public ApplicationSpec() -
ApplicationSpec
Creates a newApplicationSpec
with the givencontents
.- Parameters:
contents
- specs for the layers in which application content should be included
-