Package edu.umd.cs.findbugs
Class LaunchAppropriateUI
java.lang.Object
edu.umd.cs.findbugs.LaunchAppropriateUI
Class to launch the appropriate textUI or GUI. This class is the Main-Class
in the findbugs.jar manifest, and is responsible for running an appropriate
main() method.
- Author:
- Bill Pugh, David Hovemeyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
UI code for the old Swing GUI.static final int
UI code for the new Swing GUI.static final int
UI code for displaying command line help.static final int
UI code for displaying command line version information.static final int
UI code for the text (command line) UI.Map of UI name strings to integer UI codes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TEXTUI
public static final int TEXTUIUI code for the text (command line) UI.- See Also:
-
GUI1
public static final int GUI1UI code for the old Swing GUI. This is deprecated now.- See Also:
-
GUI2
public static final int GUI2UI code for the new Swing GUI.- See Also:
-
SHOW_HELP
public static final int SHOW_HELPUI code for displaying command line help.- See Also:
-
SHOW_VERSION
public static final int SHOW_VERSIONUI code for displaying command line version information.- See Also:
-
uiNameToCodeMap
Map of UI name strings to integer UI codes.
-
-
Constructor Details
-
LaunchAppropriateUI
Constructor.- Parameters:
args
- command line arguments
-
-
Method Details