|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.incava.jagol.OptionSet
org.incava.doctorj.Options
public class Options
Options for Javadoc processing, supporting: doctorj (just errors) doctorj --public (warning level of 0; public methods) doctorj --protected (warning level of 1) doctorj --package (warning level of 2) doctorj --private (warning level of 3) doctorj --pedantic (warning level at max)
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 java.lang.String |
source
The Java source version. |
static java.lang.String |
VERSION
The version. |
static int |
warningLevel
The strictness level, for warnings. |
Constructor Summary | |
---|---|
protected |
Options()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.incava.jagol.OptionSet |
---|
add, addRunControlFile, getAppName, getDescription, processCommandLine, processRunControlFiles, showConfig, showUsage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
protected Options()
Method Detail |
---|
public static Options get()
public java.lang.String[] process(java.lang.String[] args)
process
in class OptionSet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |