Uses of Interface
io.joshworks.snappy.maven.tools.LibraryScope
-
Packages that use LibraryScope Package Description io.joshworks.snappy.maven.tools Tools for generating executable JAR/WAR files. -
-
Uses of LibraryScope in io.joshworks.snappy.maven.tools
Fields in io.joshworks.snappy.maven.tools declared as LibraryScope Modifier and Type Field Description static LibraryScopeLibraryScope. COMPILEThe library is used at compile time and runtime.static LibraryScopeLibraryScope. CUSTOMMarker for custom scope when custom configuration is used.static LibraryScopeLibraryScope. PROVIDEDThe library is needed for compile but is usually provided when running.static LibraryScopeLibraryScope. RUNTIMEThe library is used at runtime but not needed for compile.Methods in io.joshworks.snappy.maven.tools that return LibraryScope Modifier and Type Method Description LibraryScopeLibrary. getScope()Return the scope of the library.Methods in io.joshworks.snappy.maven.tools with parameters of type LibraryScope Modifier and Type Method Description java.lang.StringLayout. getLibraryDestination(java.lang.String libraryName, LibraryScope scope)Returns the destination path for a given library.java.lang.StringLayouts.Jar. getLibraryDestination(java.lang.String libraryName, LibraryScope scope)java.lang.StringLayouts.Module. getLibraryDestination(java.lang.String libraryName, LibraryScope scope)java.lang.StringLayouts.War. getLibraryDestination(java.lang.String libraryName, LibraryScope scope)Constructors in io.joshworks.snappy.maven.tools with parameters of type LibraryScope Constructor Description Library(java.io.File file, LibraryScope scope)Create a newLibrary.Library(java.io.File file, LibraryScope scope, boolean unpackRequired)Create a newLibrary.Library(java.lang.String name, java.io.File file, LibraryScope scope, boolean unpackRequired)Create a newLibrary.
-