您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
SEARCH
接口的使用
org.springframework.boot.loader.tools.Layers
使用
Layers
的程序包
程序包
说明
org.springframework.boot.loader.tools
Tools for generating executable JAR/WAR files.
org.springframework.boot.loader.tools.layer
Classes used to support layer customization.
org.springframework.boot.loader.tools
中
Layers
的使用
实现
Layers
的
org.springframework.boot.loader.tools
中的类
修饰符和类型
类
说明
class
StandardLayers
Base class for the standard set of
Layers
.
声明为
Layers
的
org.springframework.boot.loader.tools
中的字段
修饰符和类型
字段
说明
static final
Layers
Layers.
IMPLICIT
The default layer resolver.
参数类型为
Layers
的
org.springframework.boot.loader.tools
中的方法
修饰符和类型
方法
说明
void
Packager.
setLayers
(
Layers
layers)
Sets the layers that should be used in the jar.
org.springframework.boot.loader.tools.layer
中
Layers
的使用
实现
Layers
的
org.springframework.boot.loader.tools.layer
中的类
修饰符和类型
类
说明
class
CustomLayers
Custom
Layers
implementation where layer content is selected by the user.