org.eaglei.datatools.etl.server
Class ETLRepositoryConfiguration

java.lang.Object
  extended by org.eaglei.datatools.etl.server.ETLRepositoryConfiguration

public class ETLRepositoryConfiguration
extends java.lang.Object

Author:
Sravan Cheriyala

Constructor Summary
ETLRepositoryConfiguration()
           
 
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 config file
static java.util.Map<java.lang.String,java.lang.String> getdcCreatorFromRepoFile(java.lang.String repoPath)
          get the dccreators from repository config file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ETLRepositoryConfiguration

public ETLRepositoryConfiguration()
Method Detail

getdcCreatorFromRepoFile

public static java.util.Map<java.lang.String,java.lang.String> getdcCreatorFromRepoFile(java.lang.String repoPath)
                                                                                 throws org.apache.commons.configuration.ConfigurationException
get the dccreators from repository config file

Parameters:
repoPath -
Returns:
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 config file

Parameters:
repoPath -
Returns:
Throws:
org.apache.commons.configuration.ConfigurationException


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