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