Class Main


  • public final class Main
    extends java.lang.Object
    Entry point for starting the checkstyle GUI.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Main()
      Hidden constructor of the current utility class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void createMainFrame​(java.lang.String... args)
      Helper method to create the MainFrame instance.
      static void main​(java.lang.String... args)
      Entry point.
      • Methods inherited from class java.lang.Object

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

      • Main

        private Main()
        Hidden constructor of the current utility class.
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
        Entry point.
        Parameters:
        args - the command line arguments.
      • createMainFrame

        private static void createMainFrame​(java.lang.String... args)
        Helper method to create the MainFrame instance.
        Parameters:
        args - the command line arguments