Uses of Interface
org.springframework.boot.loader.launch.Archive
Packages that use 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
Methods in org.springframework.boot.loader.launch that return ArchiveModifier 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()
Constructors in org.springframework.boot.loader.launch with parameters of type ArchiveModifierConstructorDescriptionprotected
ExecutableArchiveLauncher
(Archive archive) protected
JarLauncher
(Archive archive) LaunchedClassLoader
(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedClassLoader
instance.protected
WarLauncher
(Archive archive)