类 LayeredSpec.DependenciesSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<LayeredSpec.DependenciesIntoLayerSpec>
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesSpec
- 所有已实现的接口:
Serializable
- 封闭类:
LayeredSpec
public static class LayeredSpec.DependenciesSpec
extends LayeredSpec.IntoLayersSpec<LayeredSpec.DependenciesIntoLayerSpec>
implements Serializable
An
LayeredSpec.IntoLayersSpec
that controls the layers to which dependencies belong.- 另请参阅:
-
构造器概要
构造器构造器说明DependenciesSpec
(LayeredSpec.DependenciesIntoLayerSpec... contents) Creates a newDependenciesSpec
with the givencontents
. -
方法概要
从类继承的方法 org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
intoLayer, intoLayer
-
构造器详细资料
-
DependenciesSpec
@Inject public DependenciesSpec() -
DependenciesSpec
Creates a newDependenciesSpec
with the givencontents
.- 参数:
contents
- specs for the layers in which dependencies should be included
-