|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.Javadoc
weka.core.TechnicalInformationHandlerJavadoc
public class TechnicalInformationHandlerJavadoc
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.
PLAINTEXT_STARTTAG
,
PLAINTEXT_ENDTAG
,
BIBTEX_STARTTAG
,
BIBTEX_ENDTAG
Field Summary | |
---|---|
static java.lang.String |
BIBTEX_ENDTAG
the end comment tag for inserting the generated BibTex |
static java.lang.String |
BIBTEX_STARTTAG
the start comment tag for inserting the generated BibTex |
static java.lang.String |
PLAINTEXT_ENDTAG
the end comment tag for inserting the generated BibTex |
static java.lang.String |
PLAINTEXT_STARTTAG
the start comment tag for inserting the generated BibTex |
Constructor Summary | |
---|---|
TechnicalInformationHandlerJavadoc()
default constructor |
Method Summary | |
---|---|
java.lang.String[] |
getOptions()
Gets the current settings of this object. |
boolean |
getProlog()
whether "Valid options are..." prolog is included in the Javadoc |
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options. |
static void |
main(java.lang.String[] args)
Parses the given commandline parameters and generates the Javadoc. |
void |
setOptions(java.lang.String[] options)
Parses a given list of options. |
void |
setProlog(boolean value)
sets whether to add the "Valid options are..." prolog |
Methods inherited from class weka.core.Javadoc |
---|
generate, generateHelp, getClassname, getDir, getSilent, getUseStars, setClassname, setDir, setSilent, setUseStars, updateJavadoc |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PLAINTEXT_STARTTAG
public static final java.lang.String PLAINTEXT_ENDTAG
public static final java.lang.String BIBTEX_STARTTAG
public static final java.lang.String BIBTEX_ENDTAG
Constructor Detail |
---|
public TechnicalInformationHandlerJavadoc()
Method Detail |
---|
public java.util.Enumeration listOptions()
listOptions
in interface OptionHandler
listOptions
in class Javadoc
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface OptionHandler
setOptions
in class Javadoc
options
- the list of options as an array of strings
java.lang.Exception
- if an option is not supportedpublic java.lang.String[] getOptions()
getOptions
in interface OptionHandler
getOptions
in class Javadoc
public void setProlog(boolean value)
value
- true if the prolog is to be usedpublic boolean getProlog()
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 |