public class DefaultBootstrapContext extends ObjectSE implements BootstrapContext
BootstrapContext インターフェースのデフォルト実装。| コンストラクターと説明 |
|---|
DefaultBootstrapContext(ClassSE<?> testClass, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate) 指定された引数から新しい DefaultBootstrapContext を構築します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CacheAwareContextLoaderDelegate | getCacheAwareContextLoaderDelegate()ContextCache との透過的な相互作用に使用する CacheAwareContextLoaderDelegate を取得します。 |
ClassSE<?> | getTestClass() このブートストラップコンテキストのテストクラスSEを取得します。 |
StringSE | toString() このブートストラップコンテキストの状態の文字列表現を提供します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic DefaultBootstrapContext(ClassSE<?> testClass, CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate)
DefaultBootstrapContext を構築します。testClass - このブートストラップコンテキストのテストクラス。非 nullcacheAwareContextLoaderDelegate - ContextCache との透過的な相互作用に使用するコンテキストローダーデリゲート。非 nullpublic ClassSE<?> getTestClass()
BootstrapContext の getTestClass null)public CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate()
ContextCache との透過的な相互作用に使用する CacheAwareContextLoaderDelegate を取得します。BootstrapContext の getCacheAwareContextLoaderDelegate null)public StringSE toString()
ObjectSE の toStringSE