类 LayeredSpec.DependenciesSpec
java.lang.Object
cn.taketoday.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<LayeredSpec.DependenciesIntoLayerSpec>
cn.taketoday.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 newDependenciesSpecwith the givencontents. -
方法概要
修饰符和类型方法说明(专用程序包) List<cn.taketoday.app.loader.tools.layer.ContentSelector<cn.taketoday.app.loader.tools.Library>>从类继承的方法 cn.taketoday.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
asSelectors, intoLayer, intoLayer, isEmpty
-
构造器详细资料
-
DependenciesSpec
@Inject public DependenciesSpec() -
DependenciesSpec
Creates a newDependenciesSpecwith the givencontents.- 参数:
contents- specs for the layers in which dependencies should be included
-
-
方法详细资料
-
asSelectors
List<cn.taketoday.app.loader.tools.layer.ContentSelector<cn.taketoday.app.loader.tools.Library>> asSelectors()
-