接口 RepackagingLayout
- 所有超级接口:
- Layout
 - 所有已知实现类:
- Layouts.Expanded,- Layouts.Jar,- Layouts.None
 - public interface RepackagingLayout extends Layout A specialization of- Layoutthat repackages an existing archive by moving its content to a new location.- 从以下版本开始:
- 1.4.0
 
- 方法概要- 所有方法 实例方法 抽象方法 - 修饰符和类型 - 方法 - 说明 - String- getRepackagedClassesLocation()Returns the location to which classes should be moved.- 从接口继承的方法 org.springframework.boot.loader.tools.Layout- getClassesLocation, getLauncherClassName, getLibraryDestination, isExecutable
 
 
- 方法详细资料- getRepackagedClassesLocation- String getRepackagedClassesLocation() Returns the location to which classes should be moved.- 返回:
- the repackaged classes location