jawprof
クラス DefaultRecorderFactory

java.lang.Object
  拡張jawprof.DefaultRecorderFactory
すべての実装インタフェース:
RecorderFactory

public class DefaultRecorderFactory
extends java.lang.Object
implements RecorderFactory

Recorder を作成するクラスのデフォルトの実装です.

このクラスは, jawprof.recorder にあるレコーダーは特殊な扱いをします.

利用者はこのクラスを拡張して独自のレコーダ作成過程を Jawprof に要求することができます.

バージョン:
1.0
関連項目:
RecorderFactory, Recorder

コンストラクタの概要
DefaultRecorderFactory()
           
 
メソッドの概要
 Recorder createRecorder(JawprofContext context)
          与えられた設定情報に従って, 使用する Recorder を生成します.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultRecorderFactory

public DefaultRecorderFactory()
メソッドの詳細

createRecorder

public Recorder createRecorder(JawprofContext context)
                        throws RecorderCreationException
与えられた設定情報に従って, 使用する Recorder を生成します.

定義:
インタフェース RecorderFactory 内の createRecorder
パラメータ:
context - 設定情報
例外:
RecorderCreationException


Copyright 2004 Taichirou Etoh. All Rights Reserved.