クラス 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