| Package | Description | 
|---|---|
| org.springframework.boot.loader.tools | 
 Tools for generating executable JAR/WAR files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultLayoutFactory
Default implementation of  
LayoutFactory. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Packager.setLayoutFactory(LayoutFactory layoutFactory)
Sets the layout factory for the jar. 
 | 
| Constructor and Description | 
|---|
Packager(File source,
        LayoutFactory layoutFactory)
Deprecated. 
 
since 2.3.10 for removal in 2.5 in favor of  
Packager(File) and
 Packager.setLayoutFactory(LayoutFactory) | 
Repackager(File source,
          LayoutFactory layoutFactory)
Deprecated. 
 
since 2.3.10 for removal in 2.5 in favor of  
Repackager(File)
 and Packager.setLayoutFactory(LayoutFactory) |