程序包 weka.core

类 TechnicalInformationHandlerJavadoc

java.lang.Object
weka.core.Javadoc
weka.core.TechnicalInformationHandlerJavadoc
所有已实现的接口:
OptionHandler, RevisionHandler

public class TechnicalInformationHandlerJavadoc extends Javadoc
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)
另请参阅:
  • 字段详细资料

    • PLAINTEXT_STARTTAG

      public static final String PLAINTEXT_STARTTAG
      the start comment tag for inserting the generated BibTex
      另请参阅:
    • PLAINTEXT_ENDTAG

      public static final String PLAINTEXT_ENDTAG
      the end comment tag for inserting the generated BibTex
      另请参阅:
    • BIBTEX_STARTTAG

      public static final String BIBTEX_STARTTAG
      the start comment tag for inserting the generated BibTex
      另请参阅:
    • BIBTEX_ENDTAG

      public static final String BIBTEX_ENDTAG
      the end comment tag for inserting the generated BibTex
      另请参阅:
  • 构造器详细资料

    • TechnicalInformationHandlerJavadoc

      public TechnicalInformationHandlerJavadoc()
      default constructor
  • 方法详细资料

    • listOptions

      public Enumeration listOptions()
      Returns an enumeration describing the available options.
      指定者:
      listOptions 在接口中 OptionHandler
      覆盖:
      listOptions 在类中 Javadoc
      返回:
      an enumeration of all the available options.
    • setOptions

      public void setOptions(String[] options) throws Exception
      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

      public String[] 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

      public String getRevision()
      Returns the revision string.
      返回:
      the revision
    • main

      public static void main(String[] args)
      Parses the given commandline parameters and generates the Javadoc.
      参数:
      args - the commandline parameters for the object