org.incava.doctorj
public class Options extends OptionSet
| Field Summary | |
|---|---|
| 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 String | source
The Java source version. |
| static String | VERSION
The version. |
| static int | warningLevel
The strictness level, for warnings. |
| Constructor Summary | |
|---|---|
| protected | Options() |
| Method Summary | |
|---|---|
| static Options | get() |
| String[] | process(String[] args)
Processes the run control files and command line arguments, and sets the
static variables. |