类 Layouts.None
java.lang.Object
org.springframework.boot.loader.tools.Layouts.Jar
org.springframework.boot.loader.tools.Layouts.None
- 所有已实现的接口:
Layout
,RepackagingLayout
- 封闭类:
Layouts
No layout.
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the launcher class name for this layout.boolean
Returns if loader classes should be included to make the archive executable.从类继承的方法 org.springframework.boot.loader.tools.Layouts.Jar
getClassesLocation, getClasspathIndexFileLocation, getLayersIndexFileLocation, getLibraryLocation, getRepackagedClassesLocation
-
构造器详细资料
-
None
public None()
-
-
方法详细资料
-
getLauncherClassName
从接口复制的说明:Layout
Returns the launcher class name for this layout.- 指定者:
getLauncherClassName
在接口中Layout
- 覆盖:
getLauncherClassName
在类中Layouts.Jar
- 返回:
- the launcher class name
-
isExecutable
public boolean isExecutable()从接口复制的说明:Layout
Returns if loader classes should be included to make the archive executable.- 指定者:
isExecutable
在接口中Layout
- 覆盖:
isExecutable
在类中Layouts.Jar
- 返回:
- if the layout is executable
-