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.
- Since:
 - 1.0.0
 
- 
Constructor Summary
Constructors - 
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:LayoutReturns the launcher class name for this layout.- Specified by:
 getLauncherClassNamein interfaceLayout- Overrides:
 getLauncherClassNamein classLayouts.Jar- Returns:
 - the launcher class name
 
 
 -