类 JarLauncher
java.lang.Object
org.springframework.boot.loader.launch.Launcher
org.springframework.boot.loader.launch.ExecutableArchiveLauncher
org.springframework.boot.loader.launch.JarLauncher
Launcher
for JAR based archives. This launcher assumes that dependency jars are
included inside a /BOOT-INF/lib
directory and that application classes are
included inside a /BOOT-INF/classes
directory.- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb, Andy Wilkinson, Madhura Bhave, Scott Frederick
-
字段概要
从类继承的字段 org.springframework.boot.loader.launch.Launcher
BOOT_CLASSPATH_INDEX_ATTRIBUTE, classPathIndex, DEFAULT_CLASSPATH_INDEX_FILE_NAME
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.boot.loader.launch.ExecutableArchiveLauncher
createClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectory
从类继承的方法 org.springframework.boot.loader.launch.Launcher
getEntryPathPrefix, isExploded, isIncludedOnClassPath, isIncludedOnClassPathAndNotIndexed, isLibraryFileOrClassesDirectory, launch, launch