类 WarLauncher
java.lang.Object
org.springframework.boot.loader.launch.Launcher
org.springframework.boot.loader.launch.ExecutableArchiveLauncher
org.springframework.boot.loader.launch.WarLauncher
Launcher
for WAR based archives. This launcher for standard WAR archives.
Supports dependencies in WEB-INF/lib
as well as WEB-INF/lib-provided
,
classes are loaded from WEB-INF/classes
.- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb, Andy Wilkinson, Scott Frederick
-
字段概要
从类继承的字段 org.springframework.boot.loader.launch.Launcher
BOOT_CLASSPATH_INDEX_ATTRIBUTE, classPathIndex, DEFAULT_CLASSPATH_INDEX_FILE_NAME
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected String
Return the path prefix for relevant entries in the archive.protected boolean
static void
从类继承的方法 org.springframework.boot.loader.launch.ExecutableArchiveLauncher
createClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectory
从类继承的方法 org.springframework.boot.loader.launch.Launcher
isExploded, isIncludedOnClassPath, isIncludedOnClassPathAndNotIndexed, launch, launch
-
构造器详细资料
-
方法详细资料
-
getEntryPathPrefix
从类复制的说明:Launcher
Return the path prefix for relevant entries in the archive.- 覆盖:
getEntryPathPrefix
在类中Launcher
- 返回:
- the entry path prefix
-
isLibraryFileOrClassesDirectory
-
main
- 抛出:
Exception
-