Interface RepackagingLayout
- All Superinterfaces:
Layout
- All Known Implementing Classes:
Layouts.Expanded
,Layouts.Jar
,Layouts.None
A specialization of
Layout
that repackages an existing archive by moving its
content to a new location.- Since:
- 1.4.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionReturns the location to which classes should be moved.Methods inherited from interface org.springframework.boot.loader.tools.Layout
getClassesLocation, getClasspathIndexFileLocation, getLauncherClassName, getLayersIndexFileLocation, getLibraryLocation, isExecutable
-
Method Details
-
getRepackagedClassesLocation
String getRepackagedClassesLocation()Returns the location to which classes should be moved.- Returns:
- the repackaged classes location
-