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