org.jplate.tabular.csv.parser
Interface CsvBuilderFactoryIfc<V extends CsvBuilderIfc<?>>

Type Parameters:
V - The CDV builder type created.
All Superinterfaces:
FactoryIfc<V>, JPlateBuilderFactoryIfc<V>, java.io.Serializable, TabularBuilderFactoryIfc<V>

public interface CsvBuilderFactoryIfc<V extends CsvBuilderIfc<?>>
extends TabularBuilderFactoryIfc<V>

Factory for creating implementations of CsvBuilderIfc's.

Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/tabular/csv/parser/CsvBuilderFactoryIfc.java $
    


Method Summary
 
Methods inherited from interface org.jplate.foundation.gof.factory.FactoryIfc
create, destroy