类 LayeredSpec.ApplicationSpec
java.lang.Object
cn.taketoday.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<LayeredSpec.IntoLayerSpec>
cn.taketoday.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 newApplicationSpecwith the givencontents. -
方法概要
修饰符和类型方法说明从类继承的方法 cn.taketoday.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
asSelectors, intoLayer, intoLayer, isEmpty
-
构造器详细资料
-
ApplicationSpec
@Inject public ApplicationSpec() -
ApplicationSpec
Creates a newApplicationSpecwith the givencontents.- 参数:
contents- specs for the layers in which application content should be included
-
-
方法详细资料
-
asSelectors
-