接口的使用
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 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()限定符构造器说明protectedExecutableArchiveLauncher(Archive archive) protectedJarLauncher(Archive archive) LaunchedClassLoader(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedClassLoaderinstance.protectedWarLauncher(Archive archive)