Uses of Interface
org.springframework.boot.loader.tools.Libraries
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of Libraries in org.springframework.boot.loader.tools
Modifier and TypeMethodDescriptionvoid
ImagePackager.packageImage
(Libraries libraries, BiConsumer<ZipEntry, EntryWriter> exporter) Create a packaged image.void
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
Repackage the source file so that it can be run using 'java -jar'.protected final void
Packager.write
(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer) protected final void
Packager.write
(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer, boolean ensureReproducibleBuild)