Class EnvironmentConstants


  • public class EnvironmentConstants
    extends Object
    Class from various risk environment related constants
    Author:
    ActiveViam
    • Field Detail

      • APP_ENV_PROPS_FILE_PATH_SYSPROP

        public static final String APP_ENV_PROPS_FILE_PATH_SYSPROP
        Optional system property to define the path of an application 'env' properties file.

        The property value examples: "classpath:env.properties" or "file:/home/etc/env.properties" (on UNIX/Linux systems... Be careful on Windows, use syntax "file:///C:/Users/john/config/env.properties").

        See Also:
        DEFAULT_APP_ENV_PROPS_FILE_PATH, Constant Field Values
      • HIBERNATE_ENV_PROPS_FILE_PATH_SYSPROP

        public static final String HIBERNATE_ENV_PROPS_FILE_PATH_SYSPROP
        Optional system property to define the path of an application 'env' properties file.

        The property value examples: "classpath:env.properties" or "file:/home/etc/env.properties" (on UNIX/Linux systems... Be careful on Windows, use syntax "file:///C:/Users/john/config/env.properties").

        See Also:
        DEFAULT_HIBERNATE_ENV_PROPS_FILE_PATH, Constant Field Values
      • BOOKMARK_PROPERTIES_FILE

        public static final String BOOKMARK_PROPERTIES_FILE
        The file name containing properties for the bookmark exports.
        See Also:
        Constant Field Values
      • CONTENT_SERVER_BOOKMARKS_DEFAULT_OWNERS_PROP

        public static final String CONTENT_SERVER_BOOKMARKS_DEFAULT_OWNERS_PROP
        The properties entry for the default bookmark owners.
        See Also:
        Constant Field Values
      • CONTENT_SERVER_BOOKMARKS_DEFAULT_READERS_PROP

        public static final String CONTENT_SERVER_BOOKMARKS_DEFAULT_READERS_PROP
        The properties entry for the default bookmark readers.
        See Also:
        Constant Field Values
      • EXPORT_BOOKMARKS_TO_FILE

        public static final String EXPORT_BOOKMARKS_TO_FILE
        The properties entry that determines whether bookmarks should be exported to a file.
        See Also:
        Constant Field Values
      • EXPORT_BOOKMARKS_TO_FOLDER

        public static final String EXPORT_BOOKMARKS_TO_FOLDER
        The properties entry that determines whether bookmarks should be exported to a folder.
        See Also:
        Constant Field Values
      • EXPORT_FOLDER

        public static final String EXPORT_FOLDER
        The folder name for the folder-based bookmarks export.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EnvironmentConstants

        public EnvironmentConstants()