Class Config


  • public class Config
    extends java.lang.Object
    Stores some global configuration values.
    • Debug messages are enabled using -Divml.core.debug=true as JVM parameter
    Author:
    Holger Eichelberger
    • Field Summary

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

      Constructors 
      Constructor Description
      Config()  
    • 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

      • Config

        public Config()
    • Method Detail

      • isDebuggingEnabled

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