クラス LayeredSpec.IntoLayersSpec<S extends LayeredSpec.IntoLayerSpec >

java.lang.ObjectSE
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec<S>
型パラメーター:
S - この仕様で使用される LayeredSpec.IntoLayerSpec の型
実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
LayeredSpec.ApplicationSpecLayeredSpec.DependenciesSpec
含まれているクラス:
LayeredSpec

public abstract static class LayeredSpec.IntoLayersSpec<S extends LayeredSpec.IntoLayerSpec> extends ObjectSE implements SerializableSE
コンテンツのカテゴリが属するレイヤーを制御する仕様の基本クラス。
関連事項:
  • メソッドの詳細

    • intoLayer

      public void intoLayer(StringSE layer)
    • intoLayer

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