|
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.mjc.MjcCommonOptions
org.jmlspecs.checker.JmlVersionOptions
org.jmlspecs.jmlspec.JspOptions
This class is automatically generated from JspOptions.opt and contains member fields corresponding to command-line options.
| Field Summary | |
private boolean |
allNonNull
|
private String |
annotation
|
private String |
classAnnotation
|
private boolean |
diff
|
private String |
filter
|
private boolean |
keepPublic
|
private static gnu.getopt.LongOpt[] |
LONGOPTS
|
private boolean |
noInitially
|
private boolean |
overwrite
|
private boolean |
path
|
private boolean |
Quiet
|
private int |
specLevel
|
private String |
suffix
|
private boolean |
suppressInherited
|
private boolean |
suppressMissing
|
private boolean |
synch
|
| Fields inherited from class org.multijava.mjc.MjcCommonOptions |
|
| Fields inherited from class org.multijava.util.Options |
|
| Constructor Summary | |
JspOptions()
|
|
JspOptions(String name)
|
|
| Method Summary | |
boolean |
allNonNull()
|
String |
annotation()
|
String |
classAnnotation()
|
boolean |
diff()
|
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 |
keepPublic()
|
boolean |
noInitially()
|
boolean |
overwrite()
|
boolean |
path()
|
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 |
Quiet()
|
boolean |
set_allNonNull(boolean allNonNull)
|
String |
set_annotation(String annotation)
|
String |
set_classAnnotation(String classAnnotation)
|
boolean |
set_diff(boolean diff)
|
String |
set_filter(String filter)
|
boolean |
set_keepPublic(boolean keepPublic)
|
boolean |
set_noInitially(boolean noInitially)
|
boolean |
set_overwrite(boolean overwrite)
|
boolean |
set_path(boolean path)
|
boolean |
set_Quiet(boolean Quiet)
|
int |
set_specLevel(int specLevel)
|
String |
set_suffix(String suffix)
|
boolean |
set_suppressInherited(boolean suppressInherited)
|
boolean |
set_suppressMissing(boolean suppressMissing)
|
boolean |
set_synch(boolean synch)
|
boolean |
setOption(String name,
Object newValue)
|
int |
specLevel()
|
String |
suffix()
|
boolean |
suppressInherited()
|
boolean |
suppressMissing()
|
boolean |
synch()
|
void |
usage()
|
| Methods inherited from class org.jmlspecs.checker.JmlVersionOptions |
version |
| 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, 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 String suffix
private int specLevel
private String annotation
private String classAnnotation
private boolean overwrite
private boolean diff
private boolean Quiet
private boolean suppressMissing
private boolean suppressInherited
private boolean path
private boolean synch
private boolean allNonNull
private boolean keepPublic
private boolean noInitially
private static final gnu.getopt.LongOpt[] LONGOPTS
| Constructor Detail |
public JspOptions(String name)
public JspOptions()
| Method Detail |
public String filter()
public String set_filter(String filter)
public String suffix()
public String set_suffix(String suffix)
public int specLevel()
public int set_specLevel(int specLevel)
public String annotation()
public String set_annotation(String annotation)
public String classAnnotation()
public String set_classAnnotation(String classAnnotation)
public boolean overwrite()
public boolean set_overwrite(boolean overwrite)
public boolean diff()
public boolean set_diff(boolean diff)
public boolean Quiet()
public boolean set_Quiet(boolean Quiet)
public boolean suppressMissing()
public boolean set_suppressMissing(boolean suppressMissing)
public boolean suppressInherited()
public boolean set_suppressInherited(boolean suppressInherited)
public boolean path()
public boolean set_path(boolean path)
public boolean synch()
public boolean set_synch(boolean synch)
public boolean allNonNull()
public boolean set_allNonNull(boolean allNonNull)
public boolean keepPublic()
public boolean set_keepPublic(boolean keepPublic)
public boolean noInitially()
public boolean set_noInitially(boolean noInitially)
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 JmlVersionOptions
public boolean setOption(String name,
Object newValue)
setOption in class JmlVersionOptionspublic HashMap getOptions()
getOptions in class JmlVersionOptionspublic LinkedHashSet getLongname()
Options
getLongname in class JmlVersionOptionspublic Hashtable getType()
Options
getType in class JmlVersionOptionspublic Hashtable getDefaultValue()
Options
getDefaultValue in class JmlVersionOptionspublic Hashtable getCurrentValue()
Options
getCurrentValue in class JmlVersionOptionspublic Hashtable getTableHeader()
Options
getTableHeader in class JmlVersionOptionspublic Hashtable getSelectionList()
Options
getSelectionList in class JmlVersionOptionspublic Hashtable getHelpString()
Options
getHelpString in class JmlVersionOptionspublic Hashtable getGuiType()
Options
getGuiType in class JmlVersionOptionspublic String getShortOptions()
Options
getShortOptions in class JmlVersionOptionspublic void usage()
Options
usage in class JmlVersionOptionspublic void help()
Options
help in class JmlVersionOptionspublic gnu.getopt.LongOpt[] getLongOptions()
Options
getLongOptions in class JmlVersionOptions
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||