| Package | Description |
|---|---|
| org.springframework.boot.loader.tools |
Tools for generating executable JAR/WAR files.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryCoordinates |
Library.getCoordinates()
Return the coordinates of the library.
|
| Constructor and Description |
|---|
Library(String name,
File file,
LibraryScope scope,
boolean unpackRequired,
LibraryCoordinates coordinates) |