クラス WarLauncher
java.lang.ObjectSE
org.springframework.boot.loader.launch.Launcher
org.springframework.boot.loader.launch.ExecutableArchiveLauncher
org.springframework.boot.loader.launch.WarLauncher
WAR ベースのアーカイブ用の
Launcher。標準の WAR アーカイブ用のこのランチャー。WEB-INF/lib および WEB-INF/lib-provided の依存関係をサポートし、クラスは 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コンストラクターの概要
コンストラクターメソッドのサマリー
クラス org.springframework.boot.loader.launch.ExecutableArchiveLauncher から継承されたメソッド
createClassLoader, getArchive, getClassPathUrls, getMainClass, isSearchedDirectoryクラス org.springframework.boot.loader.launch.Launcher から継承されたメソッド
isExploded, isIncludedOnClassPath, isIncludedOnClassPathAndNotIndexed, launch, launch
コンストラクターの詳細
WarLauncher
- 例外:
ExceptionSE
WarLauncher
- 例外:
ExceptionSE
メソッドの詳細
getEntryPathPrefix
クラスからコピーされた説明:Launcherアーカイブ内の関連エントリのパスのプレフィックスを返します。- オーバーライド:
- クラス
LauncherのgetEntryPathPrefix - 戻り値:
- エントリパスのプレフィックス
isLibraryFileOrClassesDirectory
- オーバーライド:
- クラス
LauncherのisLibraryFileOrClassesDirectory
main
- 例外:
ExceptionSE