概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
launcher
b2007092401
前 次
フレームあり
フレームなし
すべてのクラス
C
D
G
H
I
L
M
O
P
S
T
C
ClassLoaderException
- exception org.phosphoresce.launcher.exception.
ClassLoaderException
.
クラスローダ処理時の例外クラス
ClassLoaderException()
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のコンストラクタ
コンストラクタ
ClassLoaderException(String, Throwable)
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のコンストラクタ
コンストラクタ
ClassLoaderException(String)
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のコンストラクタ
コンストラクタ
ClassLoaderException(Throwable)
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のコンストラクタ
コンストラクタ
createClassLoader(LauncherSession)
- class org.phosphoresce.launcher.util.
LauncherUtil
の static メソッド
クラスが保持している情報より動的にクラスローダーを生成します。
D
DEFAULT_LAUNCHER_CONFIG_PATH
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
ディフォルトランチャー環境パス
DEFAULT_PROPERTIES
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
ディフォルトプロパティファイル
G
getLibrary()
- class org.phosphoresce.launcher.
LauncherSession
のメソッド
ライブラリ参照先配列を取得します。
getLibraryURLs()
- class org.phosphoresce.launcher.
LauncherSession
のメソッド
保持されている参照ライブラリをURLオブジェクト配列で取得します。
getMainClass()
- class org.phosphoresce.launcher.
LauncherSession
のメソッド
メインクラスを取得します。
getParent()
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のメソッド
ルートケース例外を取得します。
getParent()
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のメソッド
ルートケース例外を取得します。
getTokenArray(String, String)
- class org.phosphoresce.launcher.util.
StringUtil
の static メソッド
指定された文字列を指定されたデリミタ文字で区切り、配列として返却します。
getValue(String, String)
- class org.phosphoresce.launcher.util.
PropertiesUtil
の static メソッド
指定されたプロパティファイルの指定されたキーの値を取得します。
H
hasParent()
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のメソッド
ルートケース例外を保持するか判定します。
hasParent()
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のメソッド
ルートケース例外を保持するか判定します。
I
isDebug()
- class org.phosphoresce.launcher.
LauncherSession
のメソッド
デバッグフラグを取得します。
isEmpty(String)
- class org.phosphoresce.launcher.util.
StringUtil
の static メソッド
指定された値が空であるか判定します。
isLibrary(String)
- class org.phosphoresce.launcher.util.
LauncherUtil
の static メソッド
指定されたファイルがライブラリファイルであるか判定します。
L
LIBRARY_EXTENSTIONS
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
プロパティキー : ライブラリアーカイブ拡張子
Launcher
- class org.phosphoresce.launcher.
Launcher
.
Javaアプリケーション起動ランチャークラス
Launcher()
- class org.phosphoresce.launcher.
Launcher
のコンストラクタ
LauncherConstants
- interface org.phosphoresce.launcher.
LauncherConstants
.
Javaアプリケーション起動ツール共通定数クラス
LauncherSession
- class org.phosphoresce.launcher.
LauncherSession
.
Javaアプリケーション起動ツールセッションクラス
LauncherSession(String)
- class org.phosphoresce.launcher.
LauncherSession
のコンストラクタ
コンストラクタ
LauncherUtil
- class org.phosphoresce.launcher.util.
LauncherUtil
.
Javaアプリケーション起動ツール共通ユーティリティクラス
M
main(String[])
- class org.phosphoresce.launcher.
Launcher
の static メソッド
指定されたプロパティファイルの起動情報を元にJavaアプリケーションを実行します。
O
org.phosphoresce.launcher
- package org.phosphoresce.launcher
org.phosphoresce.launcher.exception
- package org.phosphoresce.launcher.exception
org.phosphoresce.launcher.util
- package org.phosphoresce.launcher.util
outputError(String, Throwable)
- class org.phosphoresce.launcher.util.
LauncherUtil
の static メソッド
指定されたメッセージと例外をログファイルに出力します。
P
PROPERTY_DEBUG
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
プロパティキー : デバッグフラグ
PROPERTY_DELIM
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
プロパティ定義デリミタ文字
PROPERTY_LIBRARY
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
プロパティキー : ライブラリ
PROPERTY_MAINCLASS
- interface org.phosphoresce.launcher.
LauncherConstants
の static 変数
プロパティキー : メインクラス
PropertiesLoadException
- exception org.phosphoresce.launcher.exception.
PropertiesLoadException
.
プロパティファイル処理時の例外クラス
PropertiesLoadException()
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のコンストラクタ
コンストラクタ
PropertiesLoadException(String, Throwable)
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のコンストラクタ
コンストラクタ
PropertiesLoadException(String)
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のコンストラクタ
コンストラクタ
PropertiesLoadException(Throwable)
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のコンストラクタ
コンストラクタ
PropertiesUtil
- class org.phosphoresce.launcher.util.
PropertiesUtil
.
プロパティファイルアクセスクラス
printStackTrace()
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のメソッド
スタックトレースを標準出力に出力します。
printStackTrace(PrintStream)
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のメソッド
スタックトレースをPrintStreamに出力します。
printStackTrace(PrintWriter)
- class org.phosphoresce.launcher.exception.
ClassLoaderException
のメソッド
スタックトレースをPrintWriterに出力します。
printStackTrace()
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のメソッド
スタックトレースを標準出力に出力します。
printStackTrace(PrintStream)
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のメソッド
スタックトレースをPrintStreamに出力します。
printStackTrace(PrintWriter)
- class org.phosphoresce.launcher.exception.
PropertiesLoadException
のメソッド
スタックトレースをPrintWriterに出力します。
S
StringUtil
- class org.phosphoresce.launcher.util.
StringUtil
.
文字列操作クラス
T
toString()
- class org.phosphoresce.launcher.
LauncherSession
のメソッド
クラス情報を文字列として提供します。
C
D
G
H
I
L
M
O
P
S
T
概要
パッケージ
クラス
使用
階層ツリー
非推奨 API
索引
ヘルプ
launcher
b2007092401
前 次
フレームあり
フレームなし
すべてのクラス