public class AllJavadoc 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.
| Constructor and Description | 
|---|
| AllJavadoc() | 
| 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. | 
| void | setClassname(java.lang.String value)sets the classname of the class to generate the Javadoc for | 
| void | setSilent(boolean value)sets whether to suppress output in the console | 
| void | setUseStars(boolean value)sets whether to prefix the Javadoc with "*" | 
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setDir, setOptions, updateJavadocpublic void setClassname(java.lang.String value)
setClassname in class Javadocvalue - the new classnamepublic void setUseStars(boolean value)
setUseStars in class Javadocvalue - true if stars are to be usedpublic void setSilent(boolean value)
public java.lang.String getRevision()
public static void main(java.lang.String[] args)
args - the commandline parameters for the object