Class Properties


  • public class Properties
    extends java.lang.Object
    • Field Detail

      • APP_VERSION_PROP

        public static java.lang.String APP_VERSION_PROP
      • APP_TITLE_PROP

        public static java.lang.String APP_TITLE_PROP
      • APP_BASE_DIR_PROP

        public static java.lang.String APP_BASE_DIR_PROP
      • HTTP_USER_AGENT_PROP

        public static java.lang.String HTTP_USER_AGENT_PROP
      • AS2_MESSAGE_ID_FORMAT

        public static java.lang.String AS2_MESSAGE_ID_FORMAT
      • AS2_MDN_MESSAGE_ID_FORMAT

        public static java.lang.String AS2_MDN_MESSAGE_ID_FORMAT
      • AS2_MESSAGE_ID_ENCLOSE_IN_BRACKETS

        public static java.lang.String AS2_MESSAGE_ID_ENCLOSE_IN_BRACKETS
      • AS2_RX_MESSAGE_FILENAME_FALLBACK

        public static java.lang.String AS2_RX_MESSAGE_FILENAME_FALLBACK
      • AS2_MDN_RESP_MAX_WAIT_SECS

        public static java.lang.String AS2_MDN_RESP_MAX_WAIT_SECS
      • _properties

        private static java.util.Map<java.lang.String,​java.lang.String> _properties
    • Constructor Detail

      • Properties

        public Properties()
    • Method Detail

      • setProperties

        public static void setProperties​(java.util.Map<java.lang.String,​java.lang.String> map)
      • setProperty

        public static void setProperty​(java.lang.String prop,
                                       java.lang.String val)
      • getProperties

        public static java.util.Map<java.lang.String,​java.lang.String> getProperties()
      • getProperty

        public static java.lang.String getProperty​(java.lang.String key,
                                                   java.lang.String fallback)