org.eaglei.datatools.etl.server.extractor.parsers.excelparsers
Class ExcelTemplateConfiguration

java.lang.Object
  extended by org.eaglei.datatools.etl.server.extractor.parsers.excelparsers.ExcelTemplateConfiguration

public class ExcelTemplateConfiguration
extends java.lang.Object


Constructor Summary
ExcelTemplateConfiguration()
           
 
Method Summary
static java.util.Map<java.lang.String,java.lang.String> getFormatingInfoOfFile(java.lang.String mapPath)
           
static java.util.Map<java.lang.String,java.lang.String> getFormatingInfoOfRow(java.lang.String mapPath, java.lang.String tab)
          Reads the content of rowInfo.prperties file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelTemplateConfiguration

public ExcelTemplateConfiguration()
Method Detail

getFormatingInfoOfRow

public static java.util.Map<java.lang.String,java.lang.String> getFormatingInfoOfRow(java.lang.String mapPath,
                                                                                     java.lang.String tab)
                                                                              throws org.apache.commons.configuration.ConfigurationException
Reads the content of rowInfo.prperties file

Parameters:
mapPath -
tab -
Returns:
Throws:
org.apache.commons.configuration.ConfigurationException

getFormatingInfoOfFile

public static java.util.Map<java.lang.String,java.lang.String> getFormatingInfoOfFile(java.lang.String mapPath)
                                                                               throws org.apache.commons.configuration.ConfigurationException
Throws:
org.apache.commons.configuration.ConfigurationException


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