Class LayeredSpec.ApplicationSpec

java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.ApplicationSpec
All Implemented Interfaces:
Serializable
Enclosing class:
LayeredSpec

public static class LayeredSpec.ApplicationSpec extends LayeredSpec.IntoLayersSpec
An LayeredSpec.IntoLayersSpec that controls the layers to which application classes and resources belong.
See Also:
  • Constructor Details

    • ApplicationSpec

      @Inject public ApplicationSpec()
    • ApplicationSpec

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