Package | Description |
---|---|
org.springframework.boot.loader.tools |
Tools for generating executable JAR/WAR files.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJarWriter.writeEntry(String entryName,
EntryWriter entryWriter)
Writes an entry.
|
protected abstract void |
AbstractJarWriter.writeToArchive(ZipEntry entry,
EntryWriter entryWriter) |
protected void |
JarWriter.writeToArchive(ZipEntry entry,
EntryWriter entryWriter) |
Modifier and Type | Method and Description |
---|---|
void |
ImagePackager.packageImage(Libraries libraries,
BiConsumer<ZipEntry,EntryWriter> exporter)
Create a packaged image.
|