程序包 weka.core
类 GlobalInfoJavadoc
java.lang.Object
weka.core.Javadoc
weka.core.GlobalInfoJavadoc
- 所有已实现的接口:
OptionHandler
,RevisionHandler
Generates Javadoc comments from the class's globalInfo method. Can
automatically update the comments if they're surrounded by
the GLOBALINFO_STARTTAG and GLOBALINFO_ENDTAG (the indention is determined via
the GLOBALINFO_STARTTAG).
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: 1.7 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.static void
Parses the given commandline parameters and generates the Javadoc.从类继承的方法 weka.core.Javadoc
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setClassname, setDir, setOptions, setSilent, setUseStars, updateJavadoc
-
字段详细资料
-
构造器详细资料
-
GlobalInfoJavadoc
public GlobalInfoJavadoc()default constructor
-
-
方法详细资料
-
getRevision
Returns the revision string.- 返回:
- the revision
-
main
Parses the given commandline parameters and generates the Javadoc.- 参数:
args
- the commandline parameters for the object
-