net.sourceforge.apphere
Class Constants
java.lang.Object
net.sourceforge.apphere.Constants
- public class Constants
- extends java.lang.Object
Method Summary |
static void |
load()
Load default config file from working directory |
static void |
load(java.lang.String configFile)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PORT
public static java.lang.String PORT
CLIENT_LISTEN_PORT
public static int CLIENT_LISTEN_PORT
APPHERE_HOST
public static java.lang.String APPHERE_HOST
DEFAULT_TOKEN_DAYS
public static int DEFAULT_TOKEN_DAYS
LOG_PATTERN
public static java.lang.String LOG_PATTERN
WEB_UI_XSLT_DIR
public static java.lang.String WEB_UI_XSLT_DIR
RABBIT_PROXY_CONFIG
public static java.lang.String RABBIT_PROXY_CONFIG
HTTP_HEADER_SESS_ID
public static java.lang.String HTTP_HEADER_SESS_ID
HTTP_HEADER_USER_TOKEN
public static java.lang.String HTTP_HEADER_USER_TOKEN
HTTP_HEADER_FETCH_SESSION
public static java.lang.String HTTP_HEADER_FETCH_SESSION
Constants
public Constants()
load
public static void load()
throws AppHereException
- Load default config file from working directory
- Throws:
AppHereException
load
public static void load(java.lang.String configFile)
throws AppHereException
- Throws:
AppHereException