Class ConsoleRunner


  • public class ConsoleRunner
    extends java.lang.Object
    A pass-through application that sets the system input stream to a ConsoleReader and invokes the specified main method.
    Since:
    2.7
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String property  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleRunner()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      private static void usage()  
      • Methods inherited from class java.lang.Object

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

      • ConsoleRunner

        public ConsoleRunner()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • usage

        private static void usage()