jp.ne.mki.wedge.pub.vfunit.finder
クラス ComponentFinderFactory

java.lang.Object
  上位を拡張 jp.ne.mki.wedge.pub.vfunit.finder.ComponentFinderFactory

public class ComponentFinderFactory
extends java.lang.Object

ComponentFinderを取得

作成者:
kanbayashi

コンストラクタの概要
ComponentFinderFactory()
           
 
メソッドの概要
static IComponentFinder getInstance()
          ComponentFinderを取得する。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ComponentFinderFactory

public ComponentFinderFactory()
メソッドの詳細

getInstance

public static IComponentFinder getInstance()
ComponentFinderを取得する。 VfUnitConstantsに設定されていた場合には そのクラスを使用。 指定が無かった場合には DefaultComponentFinder が返されます。

戻り値: