org.stormcat.jvbeans.jvlink.analyze.binder
クラス JvDataBinderFactory

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.jvlink.analyze.binder.JvDataBinderFactory

public class JvDataBinderFactory
extends Object

JvDataBinderを取得するためのstaticファクトリクラスです。

導入されたバージョン:
0.3
作成者:
a.yamada

コンストラクタの概要
JvDataBinderFactory()
           
 
メソッドの概要
static JvDataBinder createBinder(org.stormcat.commons.constants.FileExtension inputType)
          指定のFileExtensionに対応するJvDataBinderを返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JvDataBinderFactory

public JvDataBinderFactory()
メソッドの詳細

createBinder

public static JvDataBinder createBinder(org.stormcat.commons.constants.FileExtension inputType)
指定のFileExtensionに対応するJvDataBinderを返します。

パラメータ:
inputType - 入力形式
戻り値:
対応Binder


Copyright © 2009-2010 The Stormcat Project AllRights Reserved.