Class Environment

    • Constructor Summary

      Constructors 
      Constructor Description
      Environment()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isDebug()
      Checks whether the environment of the currently running process is a debug environment, this is usually set when running tests and should be used to e.g.
      • Methods inherited from class java.lang.Object

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

      • Environment

        public Environment()
    • Method Detail

      • isDebug

        public static boolean isDebug()
        Checks whether the environment of the currently running process is a debug environment, this is usually set when running tests and should be used to e.g. trigger extra logging or diagnostics.
        Returns:
        true if the environment of the currently running process is debug, otherwise false.