程序包 weka.core
类 ListOptions
java.lang.Object
weka.core.ListOptions
- 所有已实现的接口:
OptionHandler
,RevisionHandler
Lists the options of an OptionHandler
- 版本:
- $Revision: 1.2 $
- 作者:
- fracpete (fracpete at waikato dot ac dot nz)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明generate()
generates the options string.generates a string to print as help on the consolereturns the current classnameString[]
Gets the current settings of this object.Returns the revision string.Returns an enumeration describing the available options.static void
runs the javadoc producer with the given commandline optionsvoid
setClassname
(String value) sets the classname of the class to generate the Javadoc forvoid
setOptions
(String[] options) Parses a given list of options.
-
构造器详细资料
-
ListOptions
public ListOptions()
-
-
方法详细资料
-
listOptions
Returns an enumeration describing the available options.- 指定者:
listOptions
在接口中OptionHandler
- 返回:
- an enumeration of all the available options.
-
setOptions
Parses a given list of options.- 指定者:
setOptions
在接口中OptionHandler
- 参数:
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
- 返回:
- an array of strings suitable for passing to setOptions
-
setClassname
sets the classname of the class to generate the Javadoc for- 参数:
value
- the new classname
-
getClassname
returns the current classname- 返回:
- the current classname
-
generateHelp
generates a string to print as help on the console- 返回:
- the generated help
-
generate
generates the options string.- 返回:
- the options string
- 抛出:
Exception
- in case the generation fails
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-
main
runs the javadoc producer with the given commandline options- 参数:
options
- the commandline options
-