org.eaglei.datatools.etl.server.extractor.parsers.excelparsers
Class ExcelTemplateConfiguration
java.lang.Object
org.eaglei.datatools.etl.server.extractor.parsers.excelparsers.ExcelTemplateConfiguration
public class ExcelTemplateConfiguration
- extends java.lang.Object
|
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 |
ExcelTemplateConfiguration
public ExcelTemplateConfiguration()
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.