Class BootJarLauncher

java.lang.Object
org.springframework.boot.loader.Launcher
org.springframework.boot.loader.ExecutableArchiveLauncher
org.springframework.boot.loader.JarLauncher
org.aoju.bus.shade.safety.boot.BootJarLauncher

public class BootJarLauncher extends org.springframework.boot.loader.JarLauncher
Spring-Boot Jar 启动器
Since:
Java 17+
Author:
Kimi Liu
  • Field Summary

    Fields inherited from class org.springframework.boot.loader.ExecutableArchiveLauncher

    BOOT_CLASSPATH_INDEX_ATTRIBUTE, DEFAULT_CLASSPATH_INDEX_FILE_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
    launch(String[] args, String launchClass, ClassLoader classLoader)
     
    static void
    main(String[] args)
     

    Methods inherited from class org.springframework.boot.loader.JarLauncher

    getArchiveEntryPathPrefix, isNestedArchive, isPostProcessingClassPathArchives

    Methods inherited from class org.springframework.boot.loader.ExecutableArchiveLauncher

    createClassLoader, getArchive, getClassPathArchivesIterator, getClassPathIndex, getMainClass, isExploded, isSearchCandidate, postProcessClassPathArchives

    Methods inherited from class org.springframework.boot.loader.Launcher

    createArchive, createClassLoader, createClassLoader, createMainMethodRunner, getClassPathArchives, launch

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait