Class 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.- Since:
- 3.2.0
- Author:
- Phillip Webb, Andy Wilkinson, Scott Frederick
- 
Field SummaryFields inherited from class LauncherBOOT_CLASSPATH_INDEX_ATTRIBUTE, classPathIndex, DEFAULT_CLASSPATH_INDEX_FILE_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringReturn the path prefix for relevant entries in the archive.protected booleanstatic voidMethods inherited from class ExecutableArchiveLaunchercreateClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectoryMethods inherited from class LauncherisExploded, isIncludedOnClassPath, isIncludedOnClassPathAndNotIndexed, launch, launch
- 
Constructor Details- 
WarLauncher
- 
WarLauncher
 
- 
- 
Method Details- 
getEntryPathPrefixDescription copied from class:LauncherReturn the path prefix for relevant entries in the archive.- Overrides:
- getEntryPathPrefixin class- Launcher
- Returns:
- the entry path prefix
 
- 
isLibraryFileOrClassesDirectory- Overrides:
- isLibraryFileOrClassesDirectoryin class- Launcher
 
- 
main
 
-