Class Main


  • public final class Main
    extends java.lang.Object
    Test application for the Java scanner.
    Version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static boolean LOG  
      static java.lang.String PROPERTY_NO_OUTPUT
      If this system property is set to "true", output will not be written to stdout for each file.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Main()
      Private constructor to prevent instantiation.
    • Method Summary

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

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

      • PROPERTY_NO_OUTPUT

        public static final java.lang.String PROPERTY_NO_OUTPUT
        If this system property is set to "true", output will not be written to stdout for each file.
        See Also:
        Constant Field Values
      • LOG

        private static final boolean LOG
    • Constructor Detail

      • Main

        private Main()
        Private constructor to prevent instantiation.
    • Method Detail

      • log

        private static void log​(java.lang.Object text)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Program entry point.
        Parameters:
        args - Command line arguments.
        Throws:
        java.io.IOException - If an IO error occurs.