类 LayeredSpec.ApplicationSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<LayeredSpec.IntoLayerSpec>
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
- 所有已实现的接口:
Serializable
- 封闭类:
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.- 另请参阅:
-
构造器概要
构造器构造器说明ApplicationSpec
(LayeredSpec.IntoLayerSpec... contents) Creates a newApplicationSpec
with the givencontents
. -
方法概要
从类继承的方法 org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
intoLayer, intoLayer
-
构造器详细资料
-
ApplicationSpec
@Inject public ApplicationSpec() -
ApplicationSpec
Creates a newApplicationSpec
with the givencontents
.- 参数:
contents
- specs for the layers in which application content should be included
-