com.crocus.examples.csv
Class AbstractFileFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFileFactory
public AbstractFileFactory()
getFile
public abstract CSVFile getFile(String fileName)
throws FileNotFoundException
- Throws:
FileNotFoundException