Class Layouts.Expanded
java.lang.Object
org.springframework.boot.loader.tools.Layouts.Jar
org.springframework.boot.loader.tools.Layouts.Expanded
- All Implemented Interfaces:
Layout
,RepackagingLayout
- Enclosing class:
- Layouts
Executable expanded archive layout.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the launcher class name for this layout.Methods inherited from class org.springframework.boot.loader.tools.Layouts.Jar
getClassesLocation, getClasspathIndexFileLocation, getLayersIndexFileLocation, getLibraryLocation, getRepackagedClassesLocation, isExecutable
-
Constructor Details
-
Expanded
public Expanded()
-
-
Method Details
-
getLauncherClassName
Description copied from interface:Layout
Returns the launcher class name for this layout.- Specified by:
getLauncherClassName
in interfaceLayout
- Overrides:
getLauncherClassName
in classLayouts.Jar
- Returns:
- the launcher class name
-