类 LayeredSpec.IntoLayersSpec<S extends LayeredSpec.IntoLayerSpec>

java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<S>
类型参数:
S - the type of LayeredSpec.IntoLayerSpec used by this spec
所有已实现的接口:
Serializable
直接已知子类:
LayeredSpec.ApplicationSpec, LayeredSpec.DependenciesSpec
封闭类:
LayeredSpec

public abstract static class LayeredSpec.IntoLayersSpec<S extends LayeredSpec.IntoLayerSpec> extends Object implements Serializable
Base class for specs that control the layers to which a category of content should belong.
另请参阅:
  • 方法详细资料

    • intoLayer

      public void intoLayer(String layer)
    • intoLayer

      public void intoLayer(String layer, Action<S> action)