public class GlobalInfoJavadoc extends Javadoc
-W <classname> The class to load.
-nostars Suppresses the '*' in the Javadoc.
-dir <dir> The directory above the package hierarchy of the class.
-silent Suppresses printing in the console.
GLOBALINFO_METHOD
,
GLOBALINFO_STARTTAG
,
GLOBALINFO_ENDTAG
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GLOBALINFO_ENDTAG
the end comment tag for inserting the generated Javadoc
|
static java.lang.String |
GLOBALINFO_METHOD
the globalInfo method name
|
static java.lang.String |
GLOBALINFO_STARTTAG
the start comment tag for inserting the generated Javadoc
|
Constructor and Description |
---|
GlobalInfoJavadoc()
default constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
static void |
main(java.lang.String[] args)
Parses the given commandline parameters and generates the Javadoc.
|
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setClassname, setDir, setOptions, setSilent, setUseStars, updateJavadoc
public static final java.lang.String GLOBALINFO_METHOD
public static final java.lang.String GLOBALINFO_STARTTAG
public static final java.lang.String GLOBALINFO_ENDTAG