Class Init


  • public class Init
    extends java.lang.Object
    Init provides common initialisation.
    Author:
    J.Hrivnac
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean _initialised  
      private static org.apache.logging.log4j.Logger log
      Logging .
    • Constructor Summary

      Constructors 
      Constructor Description
      Init()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void init​(boolean quiet)
      Setup system.
      • Methods inherited from class java.lang.Object

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

      • log

        private static org.apache.logging.log4j.Logger log
        Logging .
    • Constructor Detail

      • Init

        public Init()
    • Method Detail

      • init

        public static void init​(boolean quiet)
        Setup system. Singleton.
        Parameters:
        quiet - If no outupt is required.