Class ConfigUtil


  • public class ConfigUtil
    extends Object
    Global configuration tasks.
    Author:
    Tilman Neumann
    • Field Detail

      • verbose

        public static boolean verbose
      • FILE_SEPARATOR

        public static String FILE_SEPARATOR
        File separator used on this OS.
      • PATH_SEPARATOR

        public static String PATH_SEPARATOR
        Path separator used on this OS.
      • PROJECT_ROOT

        public static String PROJECT_ROOT
        The root directory of the current project.
      • CONF_ROOT

        public static String CONF_ROOT
        The base folder for all configuration files in this project.
      • JAVA_CLASS_PATH

        public static String JAVA_CLASS_PATH
        Java class path
      • JAVA_LIBRARY_PATH

        public static String JAVA_LIBRARY_PATH
        Java library path
      • JAVA_TMP_DIR

        public static String JAVA_TMP_DIR
        Java temp directory
      • USER_HOME

        public static String USER_HOME
        user home directory
      • NUMBER_OF_PROCESSORS

        public static int NUMBER_OF_PROCESSORS
        number of processors to use for parallel implementations
    • Method Detail

      • initProject

        public static void initProject()
        Project configuration.