Uses of Interface
org.springframework.boot.loader.launch.Archive
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.-
Uses of Archive in org.springframework.boot.loader.launch
Modifier and TypeMethodDescriptionstatic Archive
static Archive
static Archive
Archive.create
(ProtectionDomain protectionDomain) protected final Archive
ExecutableArchiveLauncher.getArchive()
protected abstract Archive
Launcher.getArchive()
Return the archive being launched ornull
if there is no archive.protected Archive
PropertiesLauncher.getArchive()
ModifierConstructorDescriptionprotected
ExecutableArchiveLauncher
(Archive archive) protected
JarLauncher
(Archive archive) LaunchedClassLoader
(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedClassLoader
instance.protected
WarLauncher
(Archive archive)