public class Properties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APP_BASE_DIR_PROP |
static String |
APP_TITLE_PROP |
static String |
APP_VERSION_PROP |
static String |
AS2_MDN_MESSAGE_ID_FORMAT |
static String |
AS2_MDN_RESP_MAX_WAIT_SECS |
static String |
AS2_MESSAGE_ID_ENCLOSE_IN_BRACKETS |
static String |
AS2_MESSAGE_ID_FORMAT |
static String |
HTTP_USER_AGENT_PROP |
Constructor and Description |
---|
Properties() |
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getProperties() |
static String |
getProperty(String key,
String fallback) |
static void |
setProperties(Map<String,String> map) |
static void |
setProperty(String prop,
String val) |
public static String APP_VERSION_PROP
public static String APP_TITLE_PROP
public static String APP_BASE_DIR_PROP
public static String HTTP_USER_AGENT_PROP
public static String AS2_MESSAGE_ID_FORMAT
public static String AS2_MDN_MESSAGE_ID_FORMAT
public static String AS2_MESSAGE_ID_ENCLOSE_IN_BRACKETS
public static String AS2_MDN_RESP_MAX_WAIT_SECS
Copyright © 2018. All rights reserved.