|
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.lexgen.LexgenOptions
This class is automatically generated from LexgenOptions.opt and contains member fields corresponding to command-line options.
| Field Summary | |
private boolean |
definition
|
private boolean |
inter
|
private boolean |
keywords
|
private static gnu.getopt.LongOpt[] |
LONGOPTS
|
| Fields inherited from class org.multijava.util.Options |
|
| Constructor Summary | |
LexgenOptions()
|
|
LexgenOptions(String name)
|
|
| Method Summary | |
boolean |
definition()
|
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()
|
boolean |
inter()
|
boolean |
keywords()
|
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. |
boolean |
set_definition(boolean definition)
|
boolean |
set_inter(boolean inter)
|
boolean |
set_keywords(boolean keywords)
|
boolean |
setOption(String name,
Object newValue)
|
void |
usage()
|
| 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 boolean definition
private boolean inter
private boolean keywords
private static final gnu.getopt.LongOpt[] LONGOPTS
| Constructor Detail |
public LexgenOptions(String name)
public LexgenOptions()
| Method Detail |
public boolean definition()
public boolean set_definition(boolean definition)
public boolean inter()
public boolean set_inter(boolean inter)
public boolean keywords()
public boolean set_keywords(boolean keywords)
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 | ||||||||||