Package weka.core
Class AllJavadoc
java.lang.Object
weka.core.Javadoc
weka.core.AllJavadoc
- All Implemented Interfaces:
OptionHandler
,RevisionHandler
Applies all known Javadoc-derived classes to a source file.
Valid options are:
-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.
- Version:
- $Revision: 11736 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision string.static void
Parses the given commandline parameters and generates the Javadoc.void
setClassname
(String value) sets the classname of the class to generate the Javadoc forvoid
setSilent
(boolean value) sets whether to suppress output in the consolevoid
setUseStars
(boolean value) sets whether to prefix the Javadoc with "*"Methods inherited from class weka.core.Javadoc
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setDir, setOptions, updateJavadoc
-
Constructor Details
-
AllJavadoc
public AllJavadoc()
-
-
Method Details
-
setClassname
sets the classname of the class to generate the Javadoc for- Overrides:
setClassname
in classJavadoc
- Parameters:
value
- the new classname
-
setUseStars
public void setUseStars(boolean value) sets whether to prefix the Javadoc with "*"- Overrides:
setUseStars
in classJavadoc
- Parameters:
value
- true if stars are to be used
-
setSilent
public void setSilent(boolean value) sets whether to suppress output in the console -
getRevision
Returns the revision string.- Returns:
- the revision
-
main
Parses the given commandline parameters and generates the Javadoc.- Parameters:
args
- the commandline parameters for the object
-