程序包 weka.core
类 TechnicalInformationHandlerJavadoc
java.lang.Object
weka.core.Javadoc
weka.core.TechnicalInformationHandlerJavadoc
- 所有已实现的接口:
OptionHandler
,RevisionHandler
Generates Javadoc comments from the TechnicalInformationHandler's data.
Update the BibTex references and the plaintext techincal information.
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.
-noprolog Suppresses the 'BibTex:' prolog in the Javadoc.
- 版本:
- $Revision: 1.6 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明static final String
the end comment tag for inserting the generated BibTexstatic final String
the start comment tag for inserting the generated BibTexstatic final String
the end comment tag for inserting the generated BibTexstatic final String
the start comment tag for inserting the generated BibTex -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明String[]
Gets the current settings of this object.boolean
whether "Valid options are..." prolog is included in the JavadocReturns the revision string.Returns an enumeration describing the available options.static void
Parses the given commandline parameters and generates the Javadoc.void
setOptions
(String[] options) Parses a given list of options.void
setProlog
(boolean value) sets whether to add the "Valid options are..." prolog从类继承的方法 weka.core.Javadoc
generate, generateHelp, getClassname, getDir, getSilent, getUseStars, setClassname, setDir, setSilent, setUseStars, updateJavadoc
-
字段详细资料
-
PLAINTEXT_STARTTAG
the start comment tag for inserting the generated BibTex- 另请参阅:
-
PLAINTEXT_ENDTAG
the end comment tag for inserting the generated BibTex- 另请参阅:
-
BIBTEX_STARTTAG
the start comment tag for inserting the generated BibTex- 另请参阅:
-
BIBTEX_ENDTAG
the end comment tag for inserting the generated BibTex- 另请参阅:
-
-
构造器详细资料
-
TechnicalInformationHandlerJavadoc
public TechnicalInformationHandlerJavadoc()default constructor
-
-
方法详细资料
-
listOptions
Returns an enumeration describing the available options.- 指定者:
listOptions
在接口中OptionHandler
- 覆盖:
listOptions
在类中Javadoc
- 返回:
- an enumeration of all the available options.
-
setOptions
Parses a given list of options.- 指定者:
setOptions
在接口中OptionHandler
- 覆盖:
setOptions
在类中Javadoc
- 参数:
options
- the list of options as an array of strings- 抛出:
Exception
- if an option is not supported
-
getOptions
Gets the current settings of this object.- 指定者:
getOptions
在接口中OptionHandler
- 覆盖:
getOptions
在类中Javadoc
- 返回:
- an array of strings suitable for passing to setOptions
-
setProlog
public void setProlog(boolean value) sets whether to add the "Valid options are..." prolog- 参数:
value
- true if the prolog is to be used
-
getProlog
public boolean getProlog()whether "Valid options are..." prolog is included in the Javadoc- 返回:
- whether the prolog is currently used
-
getRevision
Returns the revision string.- 返回:
- the revision
-
main
Parses the given commandline parameters and generates the Javadoc.- 参数:
args
- the commandline parameters for the object
-