类的使用
org.springframework.boot.loader.tools.Library
使用Library的程序包
程序包
说明
Tools for generating executable JAR/WAR files.
Classes used to support layer customization.
-
org.springframework.boot.loader.tools中Library的使用
修饰符和类型方法说明Return the layer that contains the given library.void
Callback for a single library backed by aFile
.void
AbstractJarWriter.writeNestedLibrary
(String location, Library library) Write a nested library.类型变量类型为Library的org.springframework.boot.loader.tools中的方法参数修饰符和类型方法说明protected void
Packager.writeSignatureFileIfNecessary
(Map<String, Library> writtenLibraries, AbstractJarWriter writer) Writes a signature file if necessary for the givenwrittenLibraries
.protected void
Repackager.writeSignatureFileIfNecessary
(Map<String, Library> writtenLibraries, AbstractJarWriter writer) -
org.springframework.boot.loader.tools.layer中Library的使用