| Package | Description | 
|---|---|
| org.springframework.boot.loader.tools | 
 Tools for generating executable JAR/WAR files. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RepackagingLayout
A specialization of  
Layout that repackages an existing archive by moving its
 content to a new location. | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Layouts.Expanded
Executable expanded archive layout. 
 | 
static class  | 
Layouts.Jar
Executable JAR layout. 
 | 
static class  | 
Layouts.None
No layout. 
 | 
static class  | 
Layouts.War
Executable WAR layout. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Layout | 
Layouts.forFile(File file)
Return a layout for the given source file. 
 | 
Layout | 
LayoutFactory.getLayout(File source)
Return a  
Layout for the specified source file. | 
Layout | 
DefaultLayoutFactory.getLayout(File source)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Repackager.setLayout(Layout layout)
Sets the layout to use for the jar. 
 | 
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.