Class Layouts.None
java.lang.Object
org.springframework.boot.loader.tools.Layouts.Jar
org.springframework.boot.loader.tools.Layouts.None
- All Implemented Interfaces:
- Layout,- RepackagingLayout
- Enclosing class:
- Layouts
No layout.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the launcher class name for this layout.booleanReturns if loader classes should be included to make the archive executable.Methods inherited from class org.springframework.boot.loader.tools.Layouts.JargetClassesLocation, getClasspathIndexFileLocation, getLayersIndexFileLocation, getLibraryLocation, getRepackagedClassesLocation
- 
Constructor Details- 
Nonepublic None()
 
- 
- 
Method Details- 
getLauncherClassNameDescription copied from interface:LayoutReturns the launcher class name for this layout.- Specified by:
- getLauncherClassNamein interface- Layout
- Overrides:
- getLauncherClassNamein class- Layouts.Jar
- Returns:
- the launcher class name
 
- 
isExecutablepublic boolean isExecutable()Description copied from interface:LayoutReturns if loader classes should be included to make the archive executable.- Specified by:
- isExecutablein interface- Layout
- Overrides:
- isExecutablein class- Layouts.Jar
- Returns:
- if the layout is executable
 
 
-