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 |
ImagePackager.packageImage(Libraries libraries,
BiConsumer<ZipEntry,EntryWriter> exporter)
Create an packaged image.
|
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(File destination,
Libraries libraries,
LaunchScript launchScript,
FileTime lastModifiedTime)
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'.
|
protected void |
Packager.write(JarFile sourceJar,
Libraries libraries,
AbstractJarWriter writer) |