ca.quine.jcommons.transform.transforms
Class ParserHelper

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.ParserHelper

public class ParserHelper
extends Object

Uses a configuration file to figure out which delimiter and encoding should be used for a particular filename.


Constructor Summary
ParserHelper(File configFile)
           
 
Method Summary
 char getDelimiter(String filename)
           
 String getEncoding(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserHelper

public ParserHelper(File configFile)
             throws IOException
Method Detail

getDelimiter

public char getDelimiter(String filename)

getEncoding

public String getEncoding(String filename)