org.eaglei.datatools.etl.server
Class RowConfiguration
java.lang.Object
org.eaglei.datatools.etl.server.RowConfiguration
public class RowConfiguration
- extends java.lang.Object
|
Method Summary |
static java.util.Map<java.lang.String,java.lang.String> |
getCredentialsForRepo(java.lang.String repoPath)
Reads the username and password for the repository properties file |
static java.util.Map<java.lang.String,java.lang.String> |
getdcCreatorFromRepoFile(java.lang.String repoPath)
|
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 |
static java.util.Map<java.lang.String,java.lang.String> |
getMapInfo(java.lang.String mapPath)
Reads the username and password for the repository properties file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowConfiguration
public RowConfiguration()
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
getCredentialsForRepo
public static java.util.Map<java.lang.String,java.lang.String> getCredentialsForRepo(java.lang.String repoPath)
throws org.apache.commons.configuration.ConfigurationException
- Reads the username and password for the repository properties file
- Parameters:
repoPath -
- Returns:
-
- Throws:
org.apache.commons.configuration.ConfigurationException
getMapInfo
public static java.util.Map<java.lang.String,java.lang.String> getMapInfo(java.lang.String mapPath)
throws org.apache.commons.configuration.ConfigurationException
- Reads the username and password for the repository properties file
- Parameters:
repoPath -
- Returns:
-
- Throws:
org.apache.commons.configuration.ConfigurationException
getdcCreatorFromRepoFile
public static java.util.Map<java.lang.String,java.lang.String> getdcCreatorFromRepoFile(java.lang.String repoPath)
throws org.apache.commons.configuration.ConfigurationException
- Throws:
org.apache.commons.configuration.ConfigurationException
Copyright © 2009-2011 Eagle-I. All Rights Reserved.