Uses of Interface
org.springframework.boot.loader.tools.LibraryScope
Package
Description
Tools for generating executable JAR/WAR files.
-
Uses of LibraryScope in org.springframework.boot.loader.tools
Modifier and TypeFieldDescriptionstatic final LibraryScope
LibraryScope.COMPILE
The library is used at compile time and runtime.static final LibraryScope
LibraryScope.CUSTOM
Marker for custom scope when custom configuration is used.static final LibraryScope
LibraryScope.PROVIDED
The library is needed for compile but is usually provided when running.static final LibraryScope
LibraryScope.RUNTIME
The library is used at runtime but not needed for compile.Modifier and TypeMethodDescriptionLayout.getLibraryLocation
(String libraryName, LibraryScope scope) Returns the destination path for a given library.Layouts.Jar.getLibraryLocation
(String libraryName, LibraryScope scope) Layouts.War.getLibraryLocation
(String libraryName, LibraryScope scope) ModifierConstructorDescriptionLibrary
(File file, LibraryScope scope) Create a newLibrary
.Library
(String name, File file, LibraryScope scope, LibraryCoordinates coordinates, boolean unpackRequired, boolean local, boolean included) Create a newLibrary
.