Uses of Interface
org.springframework.boot.loader.tools.LibraryCoordinates
Packages that use LibraryCoordinates
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LibraryCoordinates in org.springframework.boot.loader.tools
Methods in org.springframework.boot.loader.tools that return LibraryCoordinatesModifier and TypeMethodDescriptionLibrary.getCoordinates()
Return the coordinates of the library.static LibraryCoordinates
Factory method to createLibraryCoordinates
with the specified values.Methods in org.springframework.boot.loader.tools with parameters of type LibraryCoordinatesModifier and TypeMethodDescriptionstatic String
LibraryCoordinates.toStandardNotationString
(LibraryCoordinates coordinates) Utility method that returns the given coordinates using the standardgroup:artifact:version
form.Constructors in org.springframework.boot.loader.tools with parameters of type LibraryCoordinatesModifierConstructorDescriptionJarModeLibrary
(LibraryCoordinates coordinates) Library
(String name, File file, LibraryScope scope, LibraryCoordinates coordinates, boolean unpackRequired, boolean local, boolean included) Create a newLibrary
.