com.crocus.examples.csv
Class AbstractCSVFileSet

java.lang.Object
  extended by com.crocus.examples.csv.AbstractCSVFileSet
Direct Known Subclasses:
CSVFileSet

public abstract class AbstractCSVFileSet
extends Object


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

Constructor Detail

AbstractCSVFileSet

public AbstractCSVFileSet()
Method Detail

addFile

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

addFile

public abstract void addFile(String fileName)
                      throws FileNotFoundException
Throws:
FileNotFoundException

getFiles

public abstract Collection<CSVFile> getFiles()

getFile

public abstract CSVFile getFile(String fileName)

getRecordManager

public abstract AbstractCSVRecordManager getRecordManager()

Crocus - The First Flower of Spring