public final class

ApplicationConstants

extends Object
java.lang.Object
   ↳ com.google.code.linkedinapi.client.constant.ApplicationConstants

Class Overview

The Class ApplicationConstants.

Summary

Constants
String APP_CONSTANTS_FILE The Constant APP_CONSTANTS_FILE.
Fields
public static final String AUTH_HEADER_NAME The Constant AUTH_HEADER_NAME.
public static final String CLIENT_DEFAULT_IMPL The Constant CLIENT_DEFAULT_IMPL.
public static final int CONNECT_TIMEOUT The Constant CONNECT_TIMEOUT.
public static final String CONTENT_ENCODING The Constant CONTENT_ENCODING.
public static final String CONTENT_TYPE_XML The Constant CONTENT_TYPE_XML.
public static final int DEFAULT_RESULT_SIZE The Constant DEFAULT_RESULT_SIZE.
public static final String EXPIRATION_PARAMETER_NAME The Constant AUTH_HEADER_NAME.
public static final String FORMAT_HEADER_NAME The Constant FORMAT_HEADER_NAME.
private static final Logger LOG The static logger.
public static final String OAUTH_VERSION The Constant OAUTH_VERSION.
public static final int READ_TIMEOUT The Constant READ_TIMEOUT.
public static final boolean VALIDATE_XML The Constant VALIDATE_XML.
private static final Properties applicationConstants The Constant applicationConstants.
Public Methods
static boolean getBooleanProperty(String key)
Get property as boolean.
static double getDoubleProperty(String key)
Get property as double.
static int getIntProperty(String key)
Get property as int.
static long getLongProperty(String key)
Get property as long.
static String getProperty(String key)
Get property as int.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String APP_CONSTANTS_FILE

The Constant APP_CONSTANTS_FILE.

Constant Value: "ApplicationConstants.properties"

Fields

public static final String AUTH_HEADER_NAME

The Constant AUTH_HEADER_NAME.

public static final String CLIENT_DEFAULT_IMPL

The Constant CLIENT_DEFAULT_IMPL.

public static final int CONNECT_TIMEOUT

The Constant CONNECT_TIMEOUT.

public static final String CONTENT_ENCODING

The Constant CONTENT_ENCODING.

public static final String CONTENT_TYPE_XML

The Constant CONTENT_TYPE_XML.

public static final int DEFAULT_RESULT_SIZE

The Constant DEFAULT_RESULT_SIZE.

public static final String EXPIRATION_PARAMETER_NAME

The Constant AUTH_HEADER_NAME.

public static final String FORMAT_HEADER_NAME

The Constant FORMAT_HEADER_NAME.

private static final Logger LOG

The static logger.

public static final String OAUTH_VERSION

The Constant OAUTH_VERSION.

public static final int READ_TIMEOUT

The Constant READ_TIMEOUT.

public static final boolean VALIDATE_XML

The Constant VALIDATE_XML.

private static final Properties applicationConstants

The Constant applicationConstants.

Public Methods

public static boolean getBooleanProperty (String key)

Get property as boolean.

Parameters
key

public static double getDoubleProperty (String key)

Get property as double.

Parameters
key

public static int getIntProperty (String key)

Get property as int.

Parameters
key

public static long getLongProperty (String key)

Get property as long.

Parameters
key

public static String getProperty (String key)

Get property as int.

Parameters
key