类 Layouts.Module
- java.lang.Object
- org.springframework.boot.loader.tools.Layouts.Module
 
- 所有已实现的接口:
- Layout
 - 封闭类:
- Layouts
 - @Deprecated public static class Layouts.Module extends Object implements Layout 已过时。as of 1.5 in favor of a custom- LayoutFactoryModule layout (designed to be used as a "plug-in").
- 构造器概要- 构造器 - 构造器 - 说明 - Module()已过时。
 - 方法概要- 所有方法 实例方法 具体方法 已过时的方法 - 修饰符和类型 - 方法 - 说明 - String- getClassesLocation()已过时。Returns the location of classes within the archive.- String- getLauncherClassName()已过时。Returns the launcher class name for this layout.- String- getLibraryDestination(String libraryName, LibraryScope scope)已过时。Returns the destination path for a given library.- boolean- isExecutable()已过时。Returns if loader classes should be included to make the archive executable.
 
- 构造器详细资料- Module- public Module() 已过时。
 
 - 方法详细资料- getLauncherClassName- public String getLauncherClassName() 已过时。从接口复制的说明:- LayoutReturns the launcher class name for this layout.- 指定者:
- getLauncherClassName在接口中- Layout
- 返回:
- the launcher class name
 
 - getLibraryDestination- public String getLibraryDestination(String libraryName, LibraryScope scope) 已过时。从接口复制的说明:- LayoutReturns the destination path for a given library.- 指定者:
- getLibraryDestination在接口中- Layout
- 参数:
- libraryName- the name of the library (excluding any path)
- scope- the scope of the library
- 返回:
- the destination relative to the root of the archive (should end with '/') or nullif the library should not be included.
 
 - getClassesLocation- public String getClassesLocation() 已过时。从接口复制的说明:- LayoutReturns the location of classes within the archive.- 指定者:
- getClassesLocation在接口中- Layout
- 返回:
- the classes location
 
 - isExecutable- public boolean isExecutable() 已过时。从接口复制的说明:- LayoutReturns if loader classes should be included to make the archive executable.- 指定者:
- isExecutable在接口中- Layout
- 返回:
- if the layout is executable