public class LaunchAppropriateUI
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
GUI1 |
UI code for the old Swing GUI.
|
static int |
GUI2 |
UI code for the new Swing GUI.
|
static int |
SHOW_HELP |
UI code for displaying command line help.
|
static int |
SHOW_VERSION |
UI code for displaying command line version information.
|
static int |
TEXTUI |
UI code for the text (command line) UI.
|
static java.util.Map<java.lang.String,java.lang.Integer> |
uiNameToCodeMap |
Map of UI name strings to integer UI codes.
|
Constructor | Description |
---|---|
LaunchAppropriateUI(java.lang.String[] args) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
void |
launch() |
Launch the appropriate UI.
|
static void |
main(java.lang.String[] args) |
main() method.
|
public static final int TEXTUI
public static final int GUI1
public static final int GUI2
public static final int SHOW_HELP
public static final int SHOW_VERSION
public static final java.util.Map<java.lang.String,java.lang.Integer> uiNameToCodeMap
public LaunchAppropriateUI(java.lang.String[] args)
args
- command line argumentspublic void launch() throws java.lang.Exception
java.lang.Exception
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- command line argumentsjava.lang.Exception
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.