Interface RepackagingLayout
- All Superinterfaces:
Layout
- All Known Implementing Classes:
Layouts.Expanded,Layouts.Jar,Layouts.None
public interface RepackagingLayout extends Layout
A specialization ofLayoutthat repackages an existing archive by moving its content to a new location.- Since:
- 1.4.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRepackagedClassesLocation()Returns the location to which classes should be moved.Methods inherited from interface org.springframework.boot.loader.tools.Layout
getClassesLocation, getLauncherClassName, getLibraryDestination, isExecutable
Method Detail
getRepackagedClassesLocation
String getRepackagedClassesLocation()
Returns the location to which classes should be moved.- Returns:
- the repackaged classes location