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