|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.client.constant.ApplicationConstants
public final class ApplicationConstants
The Class ApplicationConstants.
Field Summary | |
---|---|
static java.lang.String |
APP_CONSTANTS_FILE
The Constant APP_CONSTANTS_FILE. |
private static java.util.Properties |
applicationConstants
The Constant applicationConstants. |
static java.lang.String |
AUTH_HEADER_NAME
The Constant AUTH_HEADER_NAME. |
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 |
CONTENT_TYPE_XML
The Constant CONTENT_TYPE_XML. |
static int |
DEFAULT_RESULT_SIZE
The Constant DEFAULT_RESULT_SIZE. |
static java.lang.String |
EXPIRATION_PARAMETER_NAME
The Constant AUTH_HEADER_NAME. |
static java.lang.String |
FORMAT_HEADER_NAME
The Constant FORMAT_HEADER_NAME. |
private static java.util.logging.Logger |
LOG
The static logger. |
static java.lang.String |
OAUTH_VERSION
The Constant OAUTH_VERSION. |
static int |
READ_TIMEOUT
The Constant READ_TIMEOUT. |
static boolean |
VALIDATE_XML
The Constant VALIDATE_XML. |
Constructor Summary | |
---|---|
private |
ApplicationConstants()
Instantiates a new application constants. |
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. |
private static boolean |
isNullOrEmpty(java.lang.String s)
Get property as long. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String APP_CONSTANTS_FILE
private static final java.util.logging.Logger LOG
private static final java.util.Properties applicationConstants
public static final boolean VALIDATE_XML
public static final java.lang.String OAUTH_VERSION
public static final int DEFAULT_RESULT_SIZE
public static final java.lang.String CONTENT_TYPE_XML
public static final java.lang.String CONTENT_ENCODING
public static final java.lang.String CLIENT_DEFAULT_IMPL
public static final int CONNECT_TIMEOUT
public static final int READ_TIMEOUT
public static final java.lang.String AUTH_HEADER_NAME
public static final java.lang.String FORMAT_HEADER_NAME
public static final java.lang.String EXPIRATION_PARAMETER_NAME
Constructor Detail |
---|
private ApplicationConstants()
Method Detail |
---|
public static java.lang.String getProperty(java.lang.String key)
public static int getIntProperty(java.lang.String key)
public static boolean getBooleanProperty(java.lang.String key)
public static double getDoubleProperty(java.lang.String key)
public static long getLongProperty(java.lang.String key)
private static boolean isNullOrEmpty(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |