com.crocus.examples.csv
Class CSVFileSet

java.lang.Object
  extended by com.crocus.examples.csv.AbstractCSVFileSet
      extended by com.crocus.examples.csv.CSVFileSet

public class CSVFileSet
extends AbstractCSVFileSet


Constructor Summary
CSVFileSet()
           
CSVFileSet(AbstractCSVRecordManager recordManager)
           
 
Method Summary
 void addFile(String fileName)
           
 void addFile(String fileName, char deliminator)
           
 CSVFile getFile(String fileName)
           
 Collection<CSVFile> getFiles()
           
 AbstractCSVRecordManager getRecordManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVFileSet

public CSVFileSet()

CSVFileSet

public CSVFileSet(AbstractCSVRecordManager recordManager)
Method Detail

addFile

public void addFile(String fileName,
                    char deliminator)
             throws FileNotFoundException
Specified by:
addFile in class AbstractCSVFileSet
Throws:
FileNotFoundException

addFile

public void addFile(String fileName)
             throws FileNotFoundException
Specified by:
addFile in class AbstractCSVFileSet
Throws:
FileNotFoundException

getFile

public CSVFile getFile(String fileName)
Specified by:
getFile in class AbstractCSVFileSet

getFiles

public Collection<CSVFile> getFiles()
Specified by:
getFiles in class AbstractCSVFileSet

getRecordManager

public AbstractCSVRecordManager getRecordManager()
Specified by:
getRecordManager in class AbstractCSVFileSet

Crocus - The First Flower of Spring