Package weka.core

Class AllJavadoc

  • All Implemented Interfaces:
    OptionHandler, RevisionHandler

    public class AllJavadoc
    extends Javadoc
    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.
    Version:
    $Revision: 6110 $
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Constructor Detail

      • AllJavadoc

        public AllJavadoc()
    • Method Detail

      • setClassname

        public void setClassname​(java.lang.String value)
        sets the classname of the class to generate the Javadoc for
        Overrides:
        setClassname in class Javadoc
        Parameters:
        value - the new classname
      • setUseStars

        public void setUseStars​(boolean value)
        sets whether to prefix the Javadoc with "*"
        Overrides:
        setUseStars in class Javadoc
        Parameters:
        value - true if stars are to be used
      • setSilent

        public void setSilent​(boolean value)
        sets whether to suppress output in the console
        Overrides:
        setSilent in class Javadoc
        Parameters:
        value - true if output is to be suppressed
      • getRevision

        public java.lang.String getRevision()
        Returns the revision string.
        Returns:
        the revision
      • main

        public static void main​(java.lang.String[] args)
        Parses the given commandline parameters and generates the Javadoc.
        Parameters:
        args - the commandline parameters for the object