接口的使用
org.springframework.boot.loader.launch.Archive
使用Archive的程序包
程序包
说明
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.-
org.springframework.boot.loader.launch中Archive的使用
修饰符和类型方法说明static 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()
限定符构造器说明protected
ExecutableArchiveLauncher
(Archive archive) protected
JarLauncher
(Archive archive) LaunchedClassLoader
(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedClassLoader
instance.protected
WarLauncher
(Archive archive)