public class Options extends OptionSet
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_WARNING_LEVEL |
static boolean |
emacsOutput
Whether to use single-line (emacs) or multi-line (non-emacs) output
format.
|
static int |
MAXIMUM_WARNING_LEVEL |
static int |
MINIMUM_WARNING_LEVEL |
static java.lang.String |
source
The Java source version.
|
static java.lang.String |
VERSION
The version.
|
static int |
warningLevel
The strictness level, for warnings.
|
Modifier | Constructor and Description |
---|---|
protected |
Options() |
Modifier and Type | Method and Description |
---|---|
static Options |
get() |
java.lang.String[] |
process(java.lang.String[] args)
Processes the run control files and command line arguments, and sets the
static variables.
|
add, addRunControlFile, getAppName, getDescription, processCommandLine, processRunControlFiles, showConfig, showUsage
public static int MAXIMUM_WARNING_LEVEL
public static int MINIMUM_WARNING_LEVEL
public static int DEFAULT_WARNING_LEVEL
public static int warningLevel
public static boolean emacsOutput
public static java.lang.String VERSION
public static java.lang.String source
public static Options get()