|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.Options
org.multijava.util.testing.TestingOptions
This class is automatically generated from TestingOptions.opt and contains member fields corresponding to command-line options.
| Field Summary | |
private String |
destPackage
|
private static gnu.getopt.LongOpt[] |
LONGOPTS
|
private String |
outFile
|
private String |
sourcePackage
|
private String |
testDescription
|
private boolean |
useSuite
|
| Fields inherited from class org.multijava.util.Options |
|
| Constructor Summary | |
TestingOptions()
|
|
TestingOptions(String name)
|
|
| Method Summary | |
String |
destPackage()
|
Hashtable |
getCurrentValue()
Returns the current value |
Hashtable |
getDefaultValue()
Returns the default value |
Hashtable |
getGuiType()
Returns the GUI categories that this option is in |
Hashtable |
getHelpString()
Returns the help messages |
LinkedHashSet |
getLongname()
Returns the longname |
gnu.getopt.LongOpt[] |
getLongOptions()
Gets long options |
HashMap |
getOptions()
|
Hashtable |
getSelectionList()
Returns the list of selections for an option |
String |
getShortOptions()
Gets short options |
Hashtable |
getTableHeader()
Returns the header for a table |
Hashtable |
getType()
Returns the type |
void |
help()
|
String |
outFile()
|
boolean |
processOption(int code,
gnu.getopt.Getopt g)
Handles the option identified by the given code,
perhaps using g to process any arguments to the
option. |
String |
set_destPackage(String destPackage)
|
String |
set_outFile(String outFile)
|
String |
set_sourcePackage(String sourcePackage)
|
String |
set_testDescription(String testDescription)
|
boolean |
set_useSuite(boolean useSuite)
|
boolean |
setOption(String name,
Object newValue)
|
String |
sourcePackage()
|
String |
testDescription()
|
void |
usage()
|
boolean |
useSuite()
|
| Methods inherited from class org.multijava.util.Options |
formOneColumnArray, formTwoColumnArray, getInt, getNonNullString, getNonNullStringArray, getString, getString, getSystemProperty, nonOptions, parseCommandLine, parseCommandLine, printOptions, printVersion, version, Xnoversion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private String outFile
private String destPackage
private String sourcePackage
private String testDescription
private boolean useSuite
private static final gnu.getopt.LongOpt[] LONGOPTS
| Constructor Detail |
public TestingOptions(String name)
public TestingOptions()
| Method Detail |
public String outFile()
public String set_outFile(String outFile)
public String destPackage()
public String set_destPackage(String destPackage)
public String sourcePackage()
public String set_sourcePackage(String sourcePackage)
public String testDescription()
public String set_testDescription(String testDescription)
public boolean useSuite()
public boolean set_useSuite(boolean useSuite)
public boolean processOption(int code,
gnu.getopt.Getopt g)
Optionscode,
perhaps using g to process any arguments to the
option. This method is typically overridden in subclasses to
process additional arguments with the subclass defering to the
superclass if code is unknown.
processOption in class Options
public boolean setOption(String name,
Object newValue)
setOption in class Optionspublic HashMap getOptions()
getOptions in class Optionspublic LinkedHashSet getLongname()
Options
getLongname in class Optionspublic Hashtable getType()
Options
getType in class Optionspublic Hashtable getDefaultValue()
Options
getDefaultValue in class Optionspublic Hashtable getCurrentValue()
Options
getCurrentValue in class Optionspublic Hashtable getTableHeader()
Options
getTableHeader in class Optionspublic Hashtable getSelectionList()
Options
getSelectionList in class Optionspublic Hashtable getHelpString()
Options
getHelpString in class Optionspublic Hashtable getGuiType()
Options
getGuiType in class Optionspublic String getShortOptions()
Options
getShortOptions in class Optionspublic void usage()
Options
public void help()
Options
public gnu.getopt.LongOpt[] getLongOptions()
Options
getLongOptions in class Options
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||