Class Globals


  • public class Globals
    extends Object
    This class contains Globals constants.
    Since:
    0.6
    Author:
    Laurent Jourdren
    • Field Detail

      • APP_NAME_LOWER_CASE

        public static final String APP_NAME_LOWER_CASE
        The name of the application.
      • PARAMETER_PREFIX

        public static final String PARAMETER_PREFIX
        The prefix of the parameters of the application.
      • APP_VERSION_STRING

        public static final String APP_VERSION_STRING
        The version of the application.
      • APP_VERSION

        public static final fr.ens.biologie.genomique.kenetre.util.Version APP_VERSION
        The version of the application.
      • APP_BUILD_NUMBER

        public static final String APP_BUILD_NUMBER
        The built number of the application.
      • APP_BUILD_COMMIT

        public static final String APP_BUILD_COMMIT
        The built commit of the application.
      • APP_BUILD_HOST

        public static final String APP_BUILD_HOST
        The built host of the application.
      • APP_BUILD_DATE

        public static final String APP_BUILD_DATE
        The build date of the application.
      • APP_BUILD_YEAR

        public static final String APP_BUILD_YEAR
        The build year of the application.
      • WELCOME_MSG

        public static final String WELCOME_MSG
        The welcome message.
      • TEMP_PREFIX

        public static final String TEMP_PREFIX
        The prefix for temporary files.
      • LOG_LEVEL

        public static final Level LOG_LEVEL
        The log level of the application.
      • DEBUG

        public static final boolean DEBUG
        Set the debug mode.
      • WEBSITE_URL

        public static final String WEBSITE_URL
        Application Website url.
      • ABOUT_TXT

        public static final String ABOUT_TXT
        About string, plain text version.
      • DEFAULT_LOCALE

        public static final Locale DEFAULT_LOCALE
        Default locale of the application.
      • DEFAULT_FILE_ENCODING

        public static final Charset DEFAULT_FILE_ENCODING
      • LOG_FORMATTER

        public static final Formatter LOG_FORMATTER
        Format of the log.