Class Layouts
- java.lang.Object
- org.springframework.boot.loader.tools.Layouts
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLayouts.ExpandedExecutable expanded archive layout.static classLayouts.JarExecutable JAR layout.static classLayouts.ModuleDeprecated.as of 1.5 in favor of a customLayoutFactorystatic classLayouts.NoneNo layout.static classLayouts.WarExecutable WAR layout.
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LayoutforFile(File file)Return a layout for the given source file.