com.licorize.api.client.constant
Class LicorizeClientConstants

java.lang.Object
  extended by com.licorize.api.client.constant.LicorizeClientConstants

public final class LicorizeClientConstants
extends java.lang.Object

Author:
Federico Soldani - fsoldani@open-lab.com

Field Summary
static java.lang.String APP_CONSTANTS_FILE
          The Constant APP_CONSTANTS_FILE.
static java.lang.String CLIENT_DEFAULT_IMPL
          The Constant CLIENT_DEFAULT_IMPL.
static int CONNECT_TIMEOUT
          The Constant CONNECT_TIMEOUT.
static java.lang.String CONTENT_ENCODING
          The Constant CONTENT_ENCODING.
static java.lang.String OAUTH_VERSION
          The Constant OAUTH_VERSION.
 
Method Summary
static boolean getBooleanProperty(java.lang.String key)
          Get property as boolean.
static double getDoubleProperty(java.lang.String key)
          Get property as double.
static int getIntProperty(java.lang.String key)
          Get property as int.
static long getLongProperty(java.lang.String key)
          Get property as long.
static java.lang.String getProperty(java.lang.String key)
          Get property as int.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_CONSTANTS_FILE

public static final java.lang.String APP_CONSTANTS_FILE
The Constant APP_CONSTANTS_FILE.

See Also:
Constant Field Values

OAUTH_VERSION

public static final java.lang.String OAUTH_VERSION
The Constant OAUTH_VERSION.


CLIENT_DEFAULT_IMPL

public static final java.lang.String CLIENT_DEFAULT_IMPL
The Constant CLIENT_DEFAULT_IMPL.


CONNECT_TIMEOUT

public static final int CONNECT_TIMEOUT
The Constant CONNECT_TIMEOUT.


CONTENT_ENCODING

public static final java.lang.String CONTENT_ENCODING
The Constant CONTENT_ENCODING.

Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)
Get property as int.


getIntProperty

public static int getIntProperty(java.lang.String key)
Get property as int.


getBooleanProperty

public static boolean getBooleanProperty(java.lang.String key)
Get property as boolean.


getDoubleProperty

public static double getDoubleProperty(java.lang.String key)
Get property as double.


getLongProperty

public static long getLongProperty(java.lang.String key)
Get property as long.



Copyright © 2010. All Rights Reserved.