类 LayeredSpec
java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Encapsulates the configuration for a layered archive.
- 从以下版本开始:
- 2.3.0
- 作者:
- Madhura Bhave, Scott Frederick, Phillip Webb
-
嵌套类概要
嵌套类修饰符和类型类说明static class
AnLayeredSpec.IntoLayersSpec
that controls the layers to which application classes and resources belong.static class
Spec that controls the dependencies that should be part of a particular layer.static class
AnLayeredSpec.IntoLayersSpec
that controls the layers to which dependencies belong.static class
Spec that controls the content that should be part of a particular layer.static class
Base class for specs that control the layers to which a category of content should belong. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
application
(Action<LayeredSpec.ApplicationSpec> action) Customizes theLayeredSpec.ApplicationSpec
using the givenaction
.void
Customizes theLayeredSpec.DependenciesSpec
using the givenaction
.Returns theLayeredSpec.ApplicationSpec
that controls the layers to which application classes and resources belong.Returns theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.Returns whether the layers.idx should be included in the archive.abstract ListProperty
<String> Returns the order of the layers in the archive from least to most frequently changing.void
Sets theLayeredSpec.ApplicationSpec
that controls the layers to which application classes are resources belong.void
Sets theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.
-
构造器详细资料
-
LayeredSpec
-
-
方法详细资料
-
getEnabled
Returns whether the layers.idx should be included in the archive.- 返回:
- whether the layers.idx should be included
- 从以下版本开始:
- 3.0.0
-
getApplication
Returns theLayeredSpec.ApplicationSpec
that controls the layers to which application classes and resources belong.- 返回:
- the application spec
-
setApplication
Sets theLayeredSpec.ApplicationSpec
that controls the layers to which application classes are resources belong.- 参数:
spec
- the application spec
-
application
Customizes theLayeredSpec.ApplicationSpec
using the givenaction
.- 参数:
action
- the action
-
getDependencies
Returns theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.- 返回:
- the dependencies spec
-
setDependencies
Sets theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.- 参数:
spec
- the dependencies spec
-
dependencies
Customizes theLayeredSpec.DependenciesSpec
using the givenaction
.- 参数:
action
- the action
-
getLayerOrder
Returns the order of the layers in the archive from least to most frequently changing.- 返回:
- the layer order
-