类的使用
org.springframework.boot.loader.tools.AbstractJarWriter
使用AbstractJarWriter的程序包
-
org.springframework.boot.loader.tools中AbstractJarWriter的使用
修饰符和类型类说明classWrites JAR content, ensuring valid directory entries are always created and duplicate items are ignored.修饰符和类型方法说明protected 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)