|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.ListOptions
public class ListOptions
Lists the options of an OptionHandler
| Constructor Summary | |
|---|---|
ListOptions()
|
|
| Method Summary | |
|---|---|
String |
generate()
generates the options string. |
String |
generateHelp()
generates a string to print as help on the console |
String |
getClassname()
returns the current classname |
String[] |
getOptions()
Gets the current settings of this object. |
String |
getRevision()
Returns the revision string. |
Enumeration |
listOptions()
Returns an enumeration describing the available options. |
static void |
main(String[] options)
runs the javadoc producer with the given commandline options |
void |
setClassname(String value)
sets the classname of the class to generate the Javadoc for |
void |
setOptions(String[] options)
Parses a given list of options. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListOptions()
| Method Detail |
|---|
public Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(String[] options)
throws Exception
setOptions in interface OptionHandleroptions - the list of options as an array of strings
Exception - if an option is not supportedpublic String[] getOptions()
getOptions in interface OptionHandlerpublic void setClassname(String value)
value - the new classnamepublic String getClassname()
public String generateHelp()
public String generate()
throws Exception
Exception - in case the generation failspublic String getRevision()
getRevision in interface RevisionHandlerpublic static void main(String[] options)
options - the commandline options
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||