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
- 
Method SummaryModifier and TypeMethodDescriptionReturns the location to which classes should be moved.Methods inherited from interface org.springframework.boot.loader.tools.LayoutgetClassesLocation, getClasspathIndexFileLocation, getLauncherClassName, getLayersIndexFileLocation, getLibraryLocation, isExecutable
- 
Method Details- 
getRepackagedClassesLocationString getRepackagedClassesLocation()Returns the location to which classes should be moved.- Returns:
- the repackaged classes location
 
 
-