概要
パッケージ
クラス
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス
A
B
C
D
E
G
I
J
L
M
N
O
P
R
S
T
U
W
A
append(String)
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
Streamに1行文のデータを追加する
B
back()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
「戻る」ボタンを押されたときの処理
C
cancel()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
処理終了
cancel()
- クラス jp.ossc.installer.gui.worker.
InstallWorker
のメソッド
別スレッドによる処理を外部より処理の中断に試みる
close()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
ストリームを閉じる
D
doInBackground()
- クラス jp.ossc.installer.gui.worker.
InstallWorker
のメソッド
非同期に行われる処理
done()
- クラス jp.ossc.installer.gui.worker.
InstallWorker
のメソッド
非同期処理後に実行
E
eos()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
Streamの末端であることを知らせる
escEnvStr(String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
OSに従って環境変数をエスケープ処理する
exec(int, int, int, int, String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
Antを実行する
exec(String[])
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
Antを実行する
execDownload(int)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
ダウンロード処理を実行する
execInstall(int, int, String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
インストール処理を実行する
※ 設定ファイル選択なし
execInstall(int, int, int, String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
インストール処理を実行する
※ 設定ファイル選択あり
execInstallAfter(int)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
インストール後処理を実行する
execInstallBefore(int)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
インストール前処理を実行する
G
get()
- クラス jp.ossc.installer.gui.file.
InputFile
のメソッド
読み込んだ内容を取得する
getEnvAll()
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
OSの環境変数を総て取得する
getErrorInputStream()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
エラー発生時の実行結果が保存されたStreamを取得する
getExitValue()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
終了コードを取得する
getIndexFromEnvList(List<String>, String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
OSの環境変数を保持しているListから
指定された環境変数が格納されているindexを取得する
※ ただし、指定した環境変数が存在しない場合は、「-1」を返却する
getLogInputStream()
- クラス jp.ossc.installer.gui.thread.
InputStreamThread
のメソッド
InputStreamから取得した文字列を格納するStreamを取得する
getLogInputStream()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
実行結果が保存されたStreamを取得する
getModeStr(int)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
インストール種別を示す数値からantに渡す用の文字列に変換した結果を返す
getOsName()
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
システムプロパティよりOS名を取得する
※ ただし、取得できなかった場合は空文字を返却する
getProcessTimeout()
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
システムプロパティよりプロセスタイムアウト時間を取得する
I
init()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
画面遷移処理クラスの初期化処理。
InputFile
-
jp.ossc.installer.gui.file
の クラス
InputFile(String)
- クラス jp.ossc.installer.gui.file.
InputFile
のコンストラクタ
コンストラクター
InputStreamThread
-
jp.ossc.installer.gui.thread
の クラス
InputStremを監視するスレッドクラスです。
InputStreamThread(InputStream)
- クラス jp.ossc.installer.gui.thread.
InputStreamThread
のコンストラクタ
コンストラクター
InstallWorker
-
jp.ossc.installer.gui.worker
の クラス
ダウンロード から インストールを別スレッドで処理するSpringWorkerクラスです。
InstallWorker(int, JFrame, JTextArea, JProgressBar, JPanel, JPanel, JButton)
- クラス jp.ossc.installer.gui.worker.
InstallWorker
のコンストラクタ
コンストラクター
isClosed()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
ストリームが閉じているかどうか
isEos()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
Streamの末端まできたかどうか
isWatched()
- クラス jp.ossc.installer.gui.thread.
InputStreamThread
のメソッド
監視しているかどうか
J
jp.ossc.installer.gui
- パッケージ jp.ossc.installer.gui
jp.ossc.installer.gui.file
- パッケージ jp.ossc.installer.gui.file
jp.ossc.installer.gui.log
- パッケージ jp.ossc.installer.gui.log
jp.ossc.installer.gui.thread
- パッケージ jp.ossc.installer.gui.thread
jp.ossc.installer.gui.worker
- パッケージ jp.ossc.installer.gui.worker
L
LogInputStream
-
jp.ossc.installer.gui.log
の クラス
ログInputStreamクラスです。
LogInputStream()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のコンストラクタ
コンストラクター
M
main(String[])
- クラス jp.ossc.installer.gui.
TopFrame
の static メソッド
MODE_INSTALL
- クラス jp.ossc.installer.gui.
Setup
の static 変数
モード : 「インストール」
MODE_UNINSTALL
- クラス jp.ossc.installer.gui.
Setup
の static 変数
モード : 「アンインストール」
MODE_UPDATE
- クラス jp.ossc.installer.gui.
Setup
の static 変数
モード : 「アップデート」
N
next()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
「次へ」ボタンを押されたときの処理
O
outputArgsAndEnvp()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
環境変数をログに出力する
outputDebugLog(String)
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
デバッグログを取得する
P
ProcessThread
-
jp.ossc.installer.gui.thread
の クラス
外部実行ファイルを別スレッドで実行するクラスです。
ProcessThread(String[], String[])
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のコンストラクタ
コンストラクター
R
read()
- クラス jp.ossc.installer.gui.file.
InputFile
のメソッド
ファイル読み込みをする
readLine()
- クラス jp.ossc.installer.gui.log.
LogInputStream
のメソッド
Streamより1行分のデータを取得する
removeFromEnvList(List<String>, String)
- クラス jp.ossc.installer.gui.
Setup
の static メソッド
OSの環境変数を保持しているListからある環境変数を削除する
run()
- クラス jp.ossc.installer.gui.thread.
InputStreamThread
のメソッド
実行
run()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
実行
run()
- クラス jp.ossc.installer.gui.thread.
WatchProcessThread
のメソッド
監視を実行
runtimeExec()
- クラス jp.ossc.installer.gui.thread.
ProcessThread
のメソッド
外部実行ファイルの実行
S
Setup
-
jp.ossc.installer.gui
の クラス
セットアップするクラスです。
Setup()
- クラス jp.ossc.installer.gui.
Setup
のコンストラクタ
stop()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
処理中断
stopThread()
- クラス jp.ossc.installer.gui.thread.
InputStreamThread
のメソッド
監視を中断する
※ 即時には止まりません。
T
TopFrame
-
jp.ossc.installer.gui
の クラス
OpenStandia GUIインストーラーを担当するクラスです。
TopFrame()
- クラス jp.ossc.installer.gui.
TopFrame
のコンストラクタ
Creates new form OpenStandiaFrame
TopFrame.WizardMediator
-
jp.ossc.installer.gui
の クラス
委譲された処理を実行するクラス。
TopFrame.WizardMediator(JFrame)
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のコンストラクタ
コンストラクター
TYPE_DOWNLOAD
- クラス jp.ossc.installer.gui.
Setup
の static 変数
処理種別 : 「ダウンロード処理」
TYPE_INSTALL
- クラス jp.ossc.installer.gui.
Setup
の static 変数
処理種別 : 「インストール処理」
TYPE_INSTALL_AFTER
- クラス jp.ossc.installer.gui.
Setup
の static 変数
処理種別 : 「インストール後処理」
TYPE_INSTALL_BEFORE
- クラス jp.ossc.installer.gui.
Setup
の static 変数
処理種別 : 「インストール前処理」
U
updateButtonPanel()
- クラス jp.ossc.installer.gui.
TopFrame.WizardMediator
のメソッド
ボタンパネルの処理。
W
WatchProcessThread
-
jp.ossc.installer.gui.thread
の クラス
外部実行プロセスを監視するスレッドクラスです。
WatchProcessThread(Thread)
- クラス jp.ossc.installer.gui.thread.
WatchProcessThread
のコンストラクタ
コンストラクター
WatchProcessThread(Thread, int)
- クラス jp.ossc.installer.gui.thread.
WatchProcessThread
のコンストラクタ
コンストラクター
A
B
C
D
E
G
I
J
L
M
N
O
P
R
S
T
U
W
概要
パッケージ
クラス
階層ツリー
非推奨 API
索引
ヘルプ
前 次
フレームあり
フレームなし
すべてのクラス