程序包 weka.core
类 AllJavadoc
java.lang.Object
weka.core.Javadoc
weka.core.AllJavadoc
- 所有已实现的接口:
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.
- 版本:
- $Revision: 6110 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns 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 "*"从类继承的方法 weka.core.Javadoc
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setDir, setOptions, updateJavadoc
-
构造器详细资料
-
AllJavadoc
public AllJavadoc()
-
-
方法详细资料
-
setClassname
sets the classname of the class to generate the Javadoc for- 覆盖:
setClassname
在类中Javadoc
- 参数:
value
- the new classname
-
setUseStars
public void setUseStars(boolean value) sets whether to prefix the Javadoc with "*"- 覆盖:
setUseStars
在类中Javadoc
- 参数:
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.- 返回:
- the revision
-
main
Parses the given commandline parameters and generates the Javadoc.- 参数:
args
- the commandline parameters for the object
-