Uses of Interface
org.springframework.boot.loader.tools.Libraries
Packages that use Libraries
Package
Description
Tools for generating executable JAR/WAR files.
- 
Uses of Libraries in org.springframework.boot.loader.toolsFields in org.springframework.boot.loader.tools declared as LibrariesMethods in org.springframework.boot.loader.tools with parameters of type LibrariesModifier and TypeMethodDescriptionvoidImagePackager.packageImage(Libraries libraries, BiConsumer<ZipEntry, @Nullable EntryWriter> exporter) Create a packaged image.voidRepackage to the given destination so that it can be launched using ' java -jar'.voidRepackage to the given destination so that it can be launched using ' java -jar'.voidRepackage the source file so that it can be run using 'java -jar'.protected final voidPackager.write(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer) protected final voidPackager.write(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer, boolean ensureReproducibleBuild)