com.crocus.examples.csv
Class AbstractFileFactory

java.lang.Object
  extended by com.crocus.examples.csv.AbstractFileFactory

public abstract class AbstractFileFactory
extends Object

Title:

Description: Abstract version of a FileFactory

Copyright:

Company:

Author:
M Shaaf
Email:
shaaf.m@gmail.com

Constructor Summary
AbstractFileFactory()
           
 
Method Summary
abstract  CSVFile getFile(String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFileFactory

public AbstractFileFactory()
Method Detail

getFile

public abstract CSVFile getFile(String fileName)
                         throws FileNotFoundException
Throws:
FileNotFoundException

Crocus - The First Flower of Spring