Uses of Class
org.springframework.boot.loader.tools.Library
Package
Description
Tools for generating executable JAR/WAR files.
Classes used to support layer customization.
-
Uses of Library in org.springframework.boot.loader.tools
Modifier and TypeMethodDescriptionReturn 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.Modifier and TypeMethodDescriptionprotected 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) -
Uses of Library in org.springframework.boot.loader.tools.layer