Class Layouts
java.lang.Object
org.springframework.boot.loader.tools.Layouts
Common 
layouts.- Since:
 - 1.0.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classExecutable expanded archive layout.static classExecutable JAR layout.static classNo layout.static classExecutable WAR layout. - 
Method Summary
 
- 
Method Details
- 
forFile
Return a layout for the given source file.- Parameters:
 file- the source file- Returns:
 - a 
Layout 
 
 -