|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.Javadoc
weka.core.AllJavadoc
public class AllJavadoc
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.
Constructor Summary | |
---|---|
AllJavadoc()
|
Method Summary | |
---|---|
java.lang.String |
getRevision()
Returns the revision string. |
static void |
main(java.lang.String[] args)
Parses the given commandline parameters and generates the Javadoc. |
void |
setClassname(java.lang.String value)
sets the classname of the class to generate the Javadoc for |
void |
setSilent(boolean value)
sets whether to suppress output in the console |
void |
setUseStars(boolean value)
sets whether to prefix the Javadoc with "*" |
Methods inherited from class weka.core.Javadoc |
---|
generate, generateHelp, getClassname, getDir, getOptions, getSilent, getUseStars, listOptions, setDir, setOptions, updateJavadoc |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllJavadoc()
Method Detail |
---|
public void setClassname(java.lang.String value)
setClassname
in class Javadoc
value
- the new classnamepublic void setUseStars(boolean value)
setUseStars
in class Javadoc
value
- true if stars are to be usedpublic void setSilent(boolean value)
setSilent
in class Javadoc
value
- true if output is to be suppressedpublic java.lang.String getRevision()
public static void main(java.lang.String[] args)
args
- the commandline parameters for the object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |