Uses of Class
org.springframework.boot.loader.tools.AbstractJarWriter
Packages that use AbstractJarWriter
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of AbstractJarWriter in org.springframework.boot.loader.tools
Subclasses of AbstractJarWriter in org.springframework.boot.loader.toolsModifier and TypeClassDescriptionclassWrites JAR content, ensuring valid directory entries are always created and duplicate items are ignored.Methods in org.springframework.boot.loader.tools with parameters of type AbstractJarWriterModifier and TypeMethodDescriptionprotected final voidPackager.write(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer) protected final voidPackager.write(JarFile sourceJar, Libraries libraries, AbstractJarWriter writer, boolean ensureReproducibleBuild) protected voidPackager.writeSignatureFileIfNecessary(Map<String, Library> writtenLibraries, AbstractJarWriter writer) Writes a signature file if necessary for the givenwrittenLibraries.protected voidRepackager.writeSignatureFileIfNecessary(Map<String, Library> writtenLibraries, AbstractJarWriter writer)