|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjawprof.DefaultRecorderFactory
Recorder を作成するクラスのデフォルトの実装です.
このクラスは, jawprof.recorder にあるレコーダーは特殊な扱いをします.
利用者はこのクラスを拡張して独自のレコーダ作成過程を Jawprof に要求することができます.
RecorderFactory
,
Recorder
コンストラクタの概要 | |
DefaultRecorderFactory()
|
メソッドの概要 | |
Recorder |
createRecorder(JawprofContext context)
与えられた設定情報に従って, 使用する Recorder を生成します. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public DefaultRecorderFactory()
メソッドの詳細 |
public Recorder createRecorder(JawprofContext context) throws RecorderCreationException
RecorderFactory
内の createRecorder
context
- 設定情報
RecorderCreationException
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |