|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.unit.impl.ConfigFileIncluderImpl
public class ConfigFileIncluderImpl
コンポーネント定義の設定ファイルをS2コンテナにインクルードする実装クラスです。
設定ファイルはテストコンテキスト内のS2コンテナではなく、このオブジェクトに持つS2コンテナにインクルードします。
フィールドの概要 | |
---|---|
protected List<String> |
configFiles
設定ファイルのパスのリスト |
protected S2Container |
container
S2コンテナ |
protected static Logger |
logger
ロガー |
コンストラクタの概要 | |
---|---|
ConfigFileIncluderImpl()
|
メソッドの概要 | |
---|---|
void |
addConfigFile(String configFile)
設定ファイルのパスを登録します。 |
void |
include(TestContext testContext)
コンポーネント定義の設定ファイルをS2コンテナにインクルードします。 |
protected void |
include(TestContext testContext,
String path)
設定ファイルをS2コンテナにインクルードします。 |
void |
setContainer(S2Container container)
S2コンテナを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final Logger logger
protected S2Container container
protected final List<String> configFiles
コンストラクタの詳細 |
---|
public ConfigFileIncluderImpl()
メソッドの詳細 |
---|
public void setContainer(S2Container container)
container
- S2コンテナpublic void addConfigFile(String configFile)
configFile
- 設定ファイルのパスpublic void include(TestContext testContext)
ConfigFileIncluder
の記述:
ConfigFileIncluder
内の include
testContext
- テストの実行コンテキストprotected void include(TestContext testContext, String path)
testContext
- テストコンテキストpath
- 設定ファイルのパス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |