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 TypeMethodDescription@Nullable LibraryCoordinatesLibrary.getCoordinates()Return the coordinates of the library.static LibraryCoordinatesLibraryCoordinates.of(@Nullable String groupId, @Nullable String artifactId, @Nullable String version) Factory method to createLibraryCoordinateswith the specified values.Methods in org.springframework.boot.loader.tools with parameters of type LibraryCoordinatesModifier and TypeMethodDescriptionstatic StringReachabilityMetadataProperties.getLocation(LibraryCoordinates coordinates) Returns the location of the properties for the given coordinates.static StringLibraryCoordinates.toStandardNotationString(@Nullable LibraryCoordinates coordinates) Utility method that returns the given coordinates using the standardgroup:artifact:versionform.Constructors in org.springframework.boot.loader.tools with parameters of type LibraryCoordinatesModifierConstructorDescriptionJarModeLibrary(LibraryCoordinates coordinates) Library(@Nullable String name, @Nullable File file, @Nullable LibraryScope scope, @Nullable LibraryCoordinates coordinates, boolean unpackRequired, boolean local, boolean included) Create a newLibrary.