|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.cybec.cb3.session.RuntimeArgumentsAnalyzer
public class RuntimeArgumentsAnalyzer
フレームワーク起動時の引数を解析するクラス。
引数を解析し、起動パラメータを取得します。
フィールドの概要 | |
---|---|
static String |
APP_PARAM_KEY
起動パラメータ(任意分)のキー。 |
コンストラクタの概要 | |
---|---|
RuntimeArgumentsAnalyzer(String[] args,
String... parameterKeys)
コンストラクタ。 |
メソッドの概要 | |
---|---|
String |
getReservedParameter(String key)
起動パラメータ(予約分)を取得します。 |
RuntimeParameters |
getRuntimeParameters()
起動パラメータ(任意分)を取得します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String APP_PARAM_KEY
RuntimeParameters
としてサービスに引き渡されます。
コンストラクタの詳細 |
---|
public RuntimeArgumentsAnalyzer(String[] args, String... parameterKeys)
args
- フレームワーク起動時の引数parameterKeys
- 予約パラメータキーの配列メソッドの詳細 |
---|
public RuntimeParameters getRuntimeParameters()
public String getReservedParameter(String key)
key
- 起動パラメータのキー
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |