|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.multijava.util.Options
org.multijava.mjc.MjcCommonOptions
org.multijava.mjc.MjcOptions
This class is automatically generated from MjcOptions.opt and contains member fields corresponding to command-line options.
| Field Summary | |
private String |
filter
|
private static gnu.getopt.LongOpt[] |
LONGOPTS
|
private boolean |
notc
|
private boolean |
nowrite
|
private int |
optimize
|
| Fields inherited from class org.multijava.mjc.MjcCommonOptions |
|
| Fields inherited from class org.multijava.util.Options |
|
| Constructor Summary | |
MjcOptions()
|
|
MjcOptions(String name)
|
|
| Method Summary | |
String |
filter()
|
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 |
notc()
|
boolean |
nowrite()
|
int |
optimize()
|
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_filter(String filter)
|
boolean |
set_notc(boolean notc)
|
boolean |
set_nowrite(boolean nowrite)
|
int |
set_optimize(int optimize)
|
boolean |
setOption(String name,
Object newValue)
|
void |
usage()
|
| Methods inherited from class org.multijava.mjc.MjcCommonOptions |
classpath, debug, deprecation, destination, generic, keepGoing, multijava, nonnulltypes, quiet, recursive, relaxed, safemath, set_classpath, set_debug, set_deprecation, set_destination, set_generic, set_keepGoing, set_multijava, set_nonnulltypes, set_quiet, set_recursive, set_relaxed, set_safemath, set_source, set_sourcepath, set_universesx, set_verbose, set_warning, set_xArrayNNTS, set_Xlint, source, sourcepath, universesx, verbose, warning, xArrayNNTS, Xlint |
| 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 filter
private boolean nowrite
private int optimize
private boolean notc
private static final gnu.getopt.LongOpt[] LONGOPTS
| Constructor Detail |
public MjcOptions(String name)
public MjcOptions()
| Method Detail |
public String filter()
public String set_filter(String filter)
public boolean nowrite()
public boolean set_nowrite(boolean nowrite)
public int optimize()
public int set_optimize(int optimize)
public boolean notc()
public boolean set_notc(boolean notc)
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 MjcCommonOptions
public boolean setOption(String name,
Object newValue)
setOption in class MjcCommonOptionspublic HashMap getOptions()
getOptions in class MjcCommonOptionspublic LinkedHashSet getLongname()
Options
getLongname in class MjcCommonOptionspublic Hashtable getType()
Options
getType in class MjcCommonOptionspublic Hashtable getDefaultValue()
Options
getDefaultValue in class MjcCommonOptionspublic Hashtable getCurrentValue()
Options
getCurrentValue in class MjcCommonOptionspublic Hashtable getTableHeader()
Options
getTableHeader in class MjcCommonOptionspublic Hashtable getSelectionList()
Options
getSelectionList in class MjcCommonOptionspublic Hashtable getHelpString()
Options
getHelpString in class MjcCommonOptionspublic Hashtable getGuiType()
Options
getGuiType in class MjcCommonOptionspublic String getShortOptions()
Options
getShortOptions in class MjcCommonOptionspublic void usage()
Options
usage in class MjcCommonOptionspublic void help()
Options
help in class MjcCommonOptionspublic gnu.getopt.LongOpt[] getLongOptions()
Options
getLongOptions in class MjcCommonOptions
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||