Class Main
java.lang.Object
com.puppycrawl.tools.checkstyle.gui.Main
Entry point for starting the checkstyle GUI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
createMainFrame
(String... args) Helper method to create theMainFrame
instance.static void
Entry point.
-
Constructor Details
-
Main
private Main()Hidden constructor of the current utility class.
-
-
Method Details
-
main
Entry point.- Parameters:
args
- the command line arguments.
-
createMainFrame
Helper method to create theMainFrame
instance.- Parameters:
args
- the command line arguments
-