|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.datatools.etl.server.extractor.parsers.EIFileParser<I>
public abstract class EIFileParser<I>
Eagle-i Parser for ETL ,the implemented class of the EIFileParser should typically have the Constructor with 'file' argument.
| 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 |
|---|
public EIFileParser()
| Method Detail |
|---|
public abstract I parse(java.io.File templateConfigFile)
throws org.apache.commons.configuration.ConfigurationException,
java.io.IOException,
java.text.ParseException,
ExtractorException
templateConfigFile -
org.apache.commons.configuration.ConfigurationException
java.io.IOException
java.text.ParseException
ExtractorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||