edu.umd.cs.findbugs
Class LaunchAppropriateUI
public
class
LaunchAppropriateUI
extends Object
Class to launch the appropriate GUI
Author: pugh
Method Summary |
static int | getLaunchProperty() user should set -Dfindbugs.launchUI=0 for textui,
or -Dfindbugs.launchUI=1 for the original swing gui.
|
static void | main(String[] args) |
public static int getLaunchProperty()
user should set -Dfindbugs.launchUI=0 for textui,
or -Dfindbugs.launchUI=1 for the original swing gui.
Any other value (or the absense of any value) will
not change the default behavior, which is to launch
the newer "gui2" on systems that support it.
Returns: 0, 1, or 2 (or possibly another user-set int value)
public static void main(String[] args)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.