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