接口的使用
org.springframework.boot.loader.tools.LibraryCoordinates
使用LibraryCoordinates的程序包
-
org.springframework.boot.loader.tools中LibraryCoordinates的使用
修饰符和类型方法说明Library.getCoordinates()Return the coordinates of the library.static LibraryCoordinatesFactory method to createLibraryCoordinateswith the specified values.修饰符和类型方法说明static StringReachabilityMetadataProperties.getLocation(LibraryCoordinates coordinates) Returns the location of the properties for the given coordinates.static StringLibraryCoordinates.toStandardNotationString(LibraryCoordinates coordinates) Utility method that returns the given coordinates using the standardgroup:artifact:versionform.限定符构造器说明JarModeLibrary(LibraryCoordinates coordinates) Library(String name, File file, LibraryScope scope, LibraryCoordinates coordinates, boolean unpackRequired, boolean local, boolean included) Create a newLibrary.