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 Archivestatic Archivestatic ArchiveArchive.create(ProtectionDomain protectionDomain) protected final ArchiveExecutableArchiveLauncher.getArchive()protected abstract ArchiveLauncher.getArchive()Return the archive being launched ornullif there is no archive.protected ArchivePropertiesLauncher.getArchive()Constructors in org.springframework.boot.loader.launch with parameters of type ArchiveModifierConstructorDescriptionprotectedExecutableArchiveLauncher(Archive archive) protectedJarLauncher(Archive archive) LaunchedClassLoader(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedClassLoaderinstance.protectedWarLauncher(Archive archive)