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.
- Since:
- 1.0.0
- Author:
- Phillip Webb, Dave Syer, Andy Wilkinson, Madhura Bhave, Scott Frederick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the launcher class name for this layout.booleanReturns if loader classes should be included to make the archive executable.Methods inherited from class Layouts.Jar
getClassesLocation, getClasspathIndexFileLocation, getLayersIndexFileLocation, getLibraryLocation, getRepackagedClassesLocation
-
Constructor Details
-
None
public None()
-
-
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
-
isExecutable
public boolean isExecutable()Description copied from interface:LayoutReturns if loader classes should be included to make the archive executable.- Specified by:
isExecutablein interfaceLayout- Overrides:
isExecutablein classLayouts.Jar- Returns:
- if the layout is executable
-