com.crocus.examples.csv
Class CSVFileSetInterface

java.lang.Object
  extended by com.crocus.examples.csv.CSVFileSetInterface
All Implemented Interfaces:
CSVReadInterface

public class CSVFileSetInterface
extends Object
implements CSVReadInterface


Constructor Summary
CSVFileSetInterface()
           
CSVFileSetInterface(AbstractCSVFileSet fileSet)
           
 
Method Summary
 AbstractCSVRecordManager read()
           
 void setFile(String fileName)
           
 void setFile(String fileName, char deliminator)
           
 void setFileSet(AbstractCSVFileSet fileSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVFileSetInterface

public CSVFileSetInterface()

CSVFileSetInterface

public CSVFileSetInterface(AbstractCSVFileSet fileSet)
Method Detail

setFileSet

public void setFileSet(AbstractCSVFileSet fileSet)

setFile

public void setFile(String fileName)
             throws FileNotFoundException
Throws:
FileNotFoundException

setFile

public void setFile(String fileName,
                    char deliminator)
             throws FileNotFoundException
Throws:
FileNotFoundException

read

public AbstractCSVRecordManager read()
                              throws IOException,
                                     FileNotFoundException
Specified by:
read in interface CSVReadInterface
Returns:
CSVRecordManager
Throws:
IOException
FileNotFoundException

Crocus - The First Flower of Spring