Class Console


  • public class Console
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Console()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getTime()  
      static java.lang.String[] parse​(java.lang.String input, boolean debug)  
      static void run()  
      • Methods inherited from class java.lang.Object

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

      • Console

        public Console()
    • Method Detail

      • getTime

        public static java.lang.String getTime()
      • run

        public static void run()
      • parse

        public static java.lang.String[] parse​(java.lang.String input,
                                               boolean debug)