org.whitesource.agent.api
Class APIConstants

java.lang.Object
  extended by org.whitesource.agent.api.APIConstants

public final class APIConstants
extends Object

A class to hold constant values used in WhiteSource agents.

Author:
tom.shapira

Field Summary
static String API_VERSION
           
static String DIFF_INVALID
           
static int HASH_CODE_FACTOR
           
static int HASH_CODE_SEED
           
static String JSON_ERROR
           
static String PARAM_AGENT
           
static String PARAM_AGENT_VERSION
           
static String PARAM_DEPENDENCIES
           
static String PARAM_DIFF
           
static String PARAM_PROPERTIES
           
static String PARAM_REQUEST_TYPE
           
static String PARAM_TIME_STAMP
           
static String PARAM_TOKEN
           
static String TIME_STAMP_INVALID
           
static String TOKEN_INVALID
           
static String UPDATE_SUCCESS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

API_VERSION

public static final String API_VERSION
See Also:
Constant Field Values

PARAM_TOKEN

public static final String PARAM_TOKEN
See Also:
Constant Field Values

PARAM_TIME_STAMP

public static final String PARAM_TIME_STAMP
See Also:
Constant Field Values

PARAM_PROPERTIES

public static final String PARAM_PROPERTIES
See Also:
Constant Field Values

PARAM_DIFF

public static final String PARAM_DIFF
See Also:
Constant Field Values

PARAM_DEPENDENCIES

public static final String PARAM_DEPENDENCIES
See Also:
Constant Field Values

PARAM_AGENT

public static final String PARAM_AGENT
See Also:
Constant Field Values

PARAM_AGENT_VERSION

public static final String PARAM_AGENT_VERSION
See Also:
Constant Field Values

PARAM_REQUEST_TYPE

public static final String PARAM_REQUEST_TYPE
See Also:
Constant Field Values

TOKEN_INVALID

public static final String TOKEN_INVALID
See Also:
Constant Field Values

TIME_STAMP_INVALID

public static final String TIME_STAMP_INVALID
See Also:
Constant Field Values

DIFF_INVALID

public static final String DIFF_INVALID
See Also:
Constant Field Values

UPDATE_SUCCESS

public static final String UPDATE_SUCCESS
See Also:
Constant Field Values

JSON_ERROR

public static final String JSON_ERROR
See Also:
Constant Field Values

HASH_CODE_SEED

public static final int HASH_CODE_SEED
See Also:
Constant Field Values

HASH_CODE_FACTOR

public static final int HASH_CODE_FACTOR
See Also:
Constant Field Values


Copyright © 2011-2012 White Source. All Rights Reserved.