Class BuildLangConfig


  • public class BuildLangConfig
    extends java.lang.Object
    Stores some global configuration values.
    • Logging messages (console) are enabled using -Dvil.core.log=true as JVM parameter
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean DEBUG  
    • Constructor Summary

      Constructors 
      Constructor Description
      BuildLangConfig()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDebuggingEnabled()
      Returns whether debugging is enabled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEBUG

        private static final boolean DEBUG
    • Constructor Detail

      • BuildLangConfig

        public BuildLangConfig()
    • Method Detail

      • isDebuggingEnabled

        public static boolean isDebuggingEnabled()
        Returns whether debugging is enabled.
        Returns:
        true if debugging is enabled, false else