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 voidcreateMainFrame(String... args) Helper method to create theMainFrameinstance.static voidEntry 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 theMainFrameinstance.- Parameters:
 args- the command line arguments
 
 -