类 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

      @Inject public ApplicationSpec()
    • ApplicationSpec

      public ApplicationSpec(LayeredSpec.IntoLayerSpec... contents)
      Creates a new ApplicationSpec with the given contents.
      参数:
      contents - specs for the layers in which application content should be included