接口的使用
org.springframework.boot.loader.tools.LibraryCoordinates
使用LibraryCoordinates的程序包
-
org.springframework.boot.loader.tools中LibraryCoordinates的使用
修饰符和类型方法说明Library.getCoordinates()
Return the coordinates of the library.static LibraryCoordinates
Factory method to createLibraryCoordinates
with the specified values.修饰符和类型方法说明static 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.限定符构造器说明JarModeLibrary
(LibraryCoordinates coordinates) Library
(String name, File file, LibraryScope scope, LibraryCoordinates coordinates, boolean unpackRequired, boolean local, boolean included) Create a newLibrary
.