org.eaglei.datatools.etl.server.extractor
Class ExtractorFactory

java.lang.Object
  extended by org.eaglei.datatools.etl.server.extractor.ExtractorFactory

public class ExtractorFactory
extends java.lang.Object

Author:
Sravan Cheriyala

Nested Class Summary
static class ExtractorFactory.ExtractorType
           
 
Constructor Summary
ExtractorFactory()
           
 
Method Summary
static Extractor getExtractor(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtractorFactory

public ExtractorFactory()
Method Detail

getExtractor

public static Extractor getExtractor(java.io.File file)
                              throws java.text.ParseException,
                                     javax.xml.parsers.ParserConfigurationException,
                                     org.xml.sax.SAXException,
                                     java.io.IOException,
                                     UnsupportedFileException
Throws:
java.text.ParseException
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
UnsupportedFileException


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