Uses of Class
org.springframework.boot.loader.tools.Library
Packages that use 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
Subclasses of Library in org.springframework.boot.loader.toolsMethods in org.springframework.boot.loader.tools with parameters of type LibraryModifier 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.Method parameters in org.springframework.boot.loader.tools with type arguments of type LibraryModifier 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
Methods in org.springframework.boot.loader.tools.layer with parameters of type Library