com.elasticpath.commons.constants
Class GlobalConstants

java.lang.Object
  extended by com.elasticpath.commons.constants.GlobalConstants

public class GlobalConstants
extends java.lang.Object

Contains all global constants.


Field Summary
static java.lang.String LICENSE_KEY_FILENAME
          The filename of the license key.
static java.lang.String LICENSE_KEY_PATH
          The path to the license key.
static int LONG_TEXT_MAX_LENGTH
          Long text maximum length.
static java.lang.String NULL_VALUE
          The string to represents null.
static int SHORT_TEXT_MAX_LENGTH
          Short text maximum length.
 
Constructor Summary
GlobalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE_KEY_FILENAME

public static final java.lang.String LICENSE_KEY_FILENAME
The filename of the license key.

See Also:
Constant Field Values

LICENSE_KEY_PATH

public static final java.lang.String LICENSE_KEY_PATH
The path to the license key.


LONG_TEXT_MAX_LENGTH

public static final int LONG_TEXT_MAX_LENGTH
Long text maximum length.

See Also:
Constant Field Values

NULL_VALUE

public static final java.lang.String NULL_VALUE
The string to represents null.

See Also:
Constant Field Values

SHORT_TEXT_MAX_LENGTH

public static final int SHORT_TEXT_MAX_LENGTH
Short text maximum length.

See Also:
Constant Field Values
Constructor Detail

GlobalConstants

public GlobalConstants()