tangocard.sdk.common
Class SdkConfig

java.lang.Object
  extended by tangocard.sdk.common.SdkConfig

public class SdkConfig
extends java.lang.Object


Method Summary
 java.lang.String getConfigValue(java.lang.String key)
          Gets the config value.
static SdkConfig getInstance()
          Gets the single instance of SdkConfig.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SdkConfig getInstance()
                             throws java.lang.Exception
Gets the single instance of SdkConfig.

Returns:
single instance of SdkConfig
Throws:
java.lang.Exception - the exception

getConfigValue

public java.lang.String getConfigValue(java.lang.String key)
Gets the config value.

Parameters:
key - the key
Returns:
the config value