| Package | Description | 
|---|---|
| org.springframework.boot.loader.tools | 
 Tools for generating executable JAR/WAR files. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Libraries | 
Libraries.NONE
Represents no libraries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Repackager.repackage(File destination,
         Libraries libraries)
Repackage to the given destination so that it can be launched using '
 java -jar'. 
 | 
void | 
Repackager.repackage(File destination,
         Libraries libraries,
         LaunchScript launchScript)
Repackage to the given destination so that it can be launched using '
 java -jar'. 
 | 
void | 
Repackager.repackage(Libraries libraries)
Repackage the source file so that it can be run using 'java -jar'. 
 | 
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.