A B C D E G I J L M N O P R S T U V 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 のメソッド
別スレッドによる処理を外部より処理の中断に試みる
checkExecute(int, int, String) - クラス jp.ossc.installer.gui.Setup の static メソッド
チェック処理を実行する
CheckExecuteCmd - jp.ossc.installer.gui.command の クラス
プロダクトの実行処理(インストールなど)が実行か可能かどうかを行うクラスです。
CheckExecuteCmd(int) - クラス jp.ossc.installer.gui.command.CheckExecuteCmd のコンストラクタ
コンストラクター
clear() - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
キャッシュクリア
clear() - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
キャッシュクリア
close() - クラス jp.ossc.installer.gui.log.LogInputStream のメソッド
ストリームを閉じる
containsKey(int, String) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
プロダクトが表示/非表示をキャッシュしているかどうか
containsKey(int, String) - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
プロダクトが表示/非表示をキャッシュしているかどうか

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 メソッド
インストール前処理を実行する
execute(int, String) - クラス jp.ossc.installer.gui.command.CheckExecuteCmd のメソッド
Antに実効命令をする

G

get(int, String) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
プロダクトが表示可能かどうかを取得
get(int, String) - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
プロダクトが表示可能かどうかを取得
get() - クラス jp.ossc.installer.gui.file.InputFile のメソッド
読み込んだ内容を取得する
getAllProductNo(int) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
表示可能なプロダクト番号一覧(カンマ区切り)を取得
getAllProductNo(int) - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
表示可能なプロダクト番号一覧(カンマ区切り)を取得
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に渡す用の文字列に変換した結果を返す
getProcessTimeout() - クラス jp.ossc.installer.gui.Setup の static メソッド
システムプロパティよりプロセスタイムアウト時間を取得する
getProductNum(int) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
表示可能なプロダクト数を取得
getProductNum(int) - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
表示可能なプロダクト数を取得

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.cache - パッケージ jp.ossc.installer.gui.cache
 
jp.ossc.installer.gui.cache.impl - パッケージ jp.ossc.installer.gui.cache.impl
 
jp.ossc.installer.gui.command - パッケージ jp.ossc.installer.gui.command
 
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.cache.impl.ViewProductCacheImpl の static 変数
処理モード : インストール
MODE_INSTALL - クラス jp.ossc.installer.gui.Setup の static 変数
モード : 「インストール」
MODE_UNINSTALL - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl の static 変数
処理モード : アンインストール
MODE_UNINSTALL - クラス jp.ossc.installer.gui.Setup の static 変数
モード : 「アンインストール」
MODE_UPDATE - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl の 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 のコンストラクタ
コンストラクター
put(int, String, Boolean) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
プロダクトが表示可能かどうかを設定
put(int, String, Boolean) - インタフェース jp.ossc.installer.gui.cache.ViewProductCache のメソッド
プロダクトが表示可能かどうかを設定

R

read() - クラス jp.ossc.installer.gui.file.InputFile のメソッド
ファイル読み込みをする
readLine() - クラス jp.ossc.installer.gui.log.LogInputStream のメソッド
Streamより1行分のデータを取得する
reloadStackXml() - クラス jp.ossc.installer.gui.TopFrame.WizardMediator のメソッド
スタック定義ファイルの再読み込みをする
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

selectMap(int) - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のメソッド
処理モードに従いどのMapを使用するか選択する
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_CHECK - クラス jp.ossc.installer.gui.Setup の static 変数
処理種別 : 「チェック処理」
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 のメソッド
ボタンパネルの処理。

V

ViewProductCache - jp.ossc.installer.gui.cache の インタフェース
プロダクト選択画面におけるプロダクト表示/非表示を
キャッシュするクラスのインターフェースです。
ViewProductCacheImpl - jp.ossc.installer.gui.cache.impl の クラス
プロダクト選択画面におけるプロダクト表示/非表示を
キャッシュするクラスです。
ViewProductCacheImpl() - クラス jp.ossc.installer.gui.cache.impl.ViewProductCacheImpl のコンストラクタ
コンストラクター

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 V W