org.eaglei.datatools.etl.server.extractor.parsers
Class EIFileParser<I>

java.lang.Object
  extended by org.eaglei.datatools.etl.server.extractor.parsers.EIFileParser<I>
Direct Known Subclasses:
ExcelFileParser, XmlFileParser

public abstract class EIFileParser<I>
extends java.lang.Object

Eagle-i Parser for ETL ,the implemented class of the EIFileParser should typically have the Constructor with 'file' argument.

Author:
Sravan Cheriyala

Constructor Summary
EIFileParser()
           
 
Method Summary
abstract  I parse(java.io.File templateConfigFile)
          parses the file passed in the constructor using the template Configuration file .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIFileParser

public EIFileParser()
Method Detail

parse

public abstract I parse(java.io.File templateConfigFile)
                 throws org.apache.commons.configuration.ConfigurationException,
                        java.io.IOException,
                        java.text.ParseException,
                        ExtractorException
parses the file passed in the constructor using the template Configuration file .

Parameters:
templateConfigFile -
Returns:
Throws:
org.apache.commons.configuration.ConfigurationException
java.io.IOException
java.text.ParseException
ExtractorException


Copyright © 2009-2011 Eagle-I. All Rights Reserved.