public class WarLauncher extends ExecutableArchiveLauncher
Launcher
。標準の WAR アーカイブ用のこのランチャー。WEB-INF/lib
および WEB-INF/lib-provided
の依存関係をサポートし、クラスは WEB-INF/classes
からロードされます。修飾子 | コンストラクターと説明 |
---|---|
| WarLauncher() |
protected | WarLauncher(Archive archive) |
修飾子と型 | メソッドと説明 |
---|---|
boolean | isNestedArchive(Archive.Entry entry) 指定された JarEntry SE がクラスパスに追加する必要のあるネストされたアイテムであるかどうかを確認します。 |
static void | main(StringSE[] args) |
getArchive, getClassPathArchives, getMainClass, postProcessClassPathArchives
createArchive, createClassLoader, createClassLoader, createMainMethodRunner, launch, launch
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public WarLauncher()
protected WarLauncher(Archive archive)
public boolean isNestedArchive(Archive.Entry entry)
ExecutableArchiveLauncher
JarEntry
SE がクラスパスに追加する必要のあるネストされたアイテムであるかどうかを確認します。このメソッドは、エントリごとに 1 回呼び出されます。ExecutableArchiveLauncher
の isNestedArchive
entry
- jar エントリ true
(jar またはフォルダー)public static void main(StringSE[] args) throws ExceptionSE
ExceptionSE
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.