|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sonohara.framework.katana.AbstractMain
jp.sonohara.framework.katana.action.AbstractActionMain
jp.sonohara.framework.katana.system.AbstractMain
コンソール用メイン基本クラス。 $Log: AbstractMain.java,v $ Revision 1.1 2004/05/16 15:48:45 keika Ver0.0.0_0 2004/05/14 新規リリース
フィールドの概要 | |
protected static IParam |
PARAM_OUTPUT_FILENAME
出力ファイル名引数定義値。 |
クラス jp.sonohara.framework.katana.AbstractMain から継承したフィールド |
iResult, oExitLock, PARAM_HELP, PARAM_UNINSTALL, PARAM_VERSION, tShutdownHook |
インタフェース jp.sonohara.framework.katana.IMain から継承したフィールド |
EXECUTE_RESILT_ERROR_PARAM, EXECUTE_RESILT_OK |
コンストラクタの概要 | |
AbstractMain(java.lang.String[] saArgs)
コンストラクタ。 |
メソッドの概要 | |
java.io.PrintStream |
getPrintStream()
出力取得。 |
protected int |
initParam(int iIndex)
引数初期化。 |
void |
printParams()
引数表示。 |
クラス jp.sonohara.framework.katana.action.AbstractActionMain から継承したメソッド |
getAction, getActionMap, initAction, initAction, initActions, initEnvironment |
クラス jp.sonohara.framework.katana.AbstractMain から継承したメソッド |
destory, destoryEnvironment, destoryPreferences, destoryResource, destoryUI, exception, execute, exit, getArgs, getBuildVersion, getCopyright, getDescription, getLogElement, getLogger, getPreferences, getResourceBundle, getTitle, getVendor, getVersion, getVersionDetail, init, initLicense, initLogger, initParamOther, initParams, initPreferences, initResource, initUI, isCanUseResourceBundle, isExit, newXMLResourceBundle, perform, printHelp, printVersion, showHelpText, toString, uninstall |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース jp.sonohara.framework.katana.IMain から継承したメソッド |
destory, exception, execute, exit, getArgs, getBuildVersion, getCopyright, getDescription, getLogger, getPreferences, getResourceBundle, getTitle, getVendor, getVersion, getVersionDetail, init, isCanUseResourceBundle, isExit, perform, printHelp, printVersion, uninstall |
インタフェース jp.sonohara.framework.katana.action.IActionMain から継承したメソッド |
getAction, getActionMap |
インタフェース jp.sonohara.common.action.IActionFrame から継承したメソッド |
exception, showHelpText |
フィールドの詳細 |
protected static final IParam PARAM_OUTPUT_FILENAME
コンストラクタの詳細 |
public AbstractMain(java.lang.String[] saArgs)
saArgs
- プログラム引数。メソッドの詳細 |
protected int initParam(int iIndex) throws MainException
AbstractMain
内の initParam
iIndex
- 引数インデックス。
MainException
- 例外発生時。public java.io.PrintStream getPrintStream()
ISystemMain
内の getPrintStream
public void printParams()
IMain
内の printParams
AbstractMain
内の printParams
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |