|
JML | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.multijava.util.Options org.multijava.mjc.MjcCommonOptions org.jmlspecs.checker.JmlVersionOptions org.jmlspecs.jmlunit.JntOptions
This class is automatically generated from JntOptions.opt and contains member fields corresponding to command-line options.
Class Specifications |
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT; public represents _getClass <- \typeof(this); |
Model Field Summary |
Model fields inherited from class java.lang.Object |
_getClass, objectState, theString |
Ghost Field Summary |
Ghost fields inherited from class java.lang.Object |
objectTimesFinalized, owner |
Field Summary | |
private String |
filter
|
private String |
generatorClassName
|
private String |
generatorPackageName
|
private boolean |
inherit
|
private static gnu.getopt.LongOpt[] |
LONGOPTS
|
private boolean |
multijava
|
private String |
packageName
|
private boolean |
testdata
|
private int |
testLevel
|
private boolean |
useGenerator
|
Fields inherited from class org.multijava.mjc.MjcCommonOptions |
|
Fields inherited from class org.multijava.util.Options |
|
Constructor Summary | |
JntOptions()
|
|
JntOptions(String name)
|
Model Method Summary |
Model methods inherited from class java.lang.Object |
hashValue |
Method Summary | |
String |
filter()
|
String |
generatorClassName()
|
String |
generatorPackageName()
|
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 |
inherit()
|
boolean |
multijava()
|
String |
packageName()
|
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)
|
String |
set_generatorClassName(String generatorClassName)
|
String |
set_generatorPackageName(String generatorPackageName)
|
boolean |
set_inherit(boolean inherit)
|
boolean |
set_multijava(boolean multijava)
|
String |
set_packageName(String packageName)
|
boolean |
set_testdata(boolean testdata)
|
int |
set_testLevel(int testLevel)
|
boolean |
set_useGenerator(boolean useGenerator)
|
boolean |
setOption(String name,
Object newValue)
|
boolean |
testdata()
|
int |
testLevel()
|
void |
usage()
|
boolean |
useGenerator()
|
Methods inherited from class org.jmlspecs.checker.JmlVersionOptions |
version |
Methods inherited from class org.multijava.mjc.MjcCommonOptions |
classpath, debug, deprecation, destination, generic, keepGoing, nonnulltypes, quiet, recursive, relaxed, safemath, set_classpath, set_debug, set_deprecation, set_destination, set_generic, set_keepGoing, 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 boolean testdata
private int testLevel
private String packageName
private boolean inherit
private boolean multijava
private boolean useGenerator
private String generatorPackageName
private String generatorClassName
private static final gnu.getopt.LongOpt[] LONGOPTS
Constructor Detail |
public JntOptions(String name)
public JntOptions()
Method Detail |
public String filter()
public String set_filter(String filter)
public boolean testdata()
public boolean set_testdata(boolean testdata)
public int testLevel()
public int set_testLevel(int testLevel)
public String packageName()
public String set_packageName(String packageName)
public boolean inherit()
public boolean set_inherit(boolean inherit)
public boolean multijava()
multijava
in class MjcCommonOptions
public boolean set_multijava(boolean multijava)
set_multijava
in class MjcCommonOptions
public boolean useGenerator()
public boolean set_useGenerator(boolean useGenerator)
public String generatorPackageName()
public String set_generatorPackageName(String generatorPackageName)
public String generatorClassName()
public String set_generatorClassName(String generatorClassName)
public boolean processOption(int code, gnu.getopt.Getopt g)
Options
code
,
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 JmlVersionOptions
public HashMap getOptions()
getOptions
in class JmlVersionOptions
public LinkedHashSet getLongname()
Options
getLongname
in class JmlVersionOptions
public Hashtable getType()
Options
getType
in class JmlVersionOptions
public Hashtable getDefaultValue()
Options
getDefaultValue
in class JmlVersionOptions
public Hashtable getCurrentValue()
Options
getCurrentValue
in class JmlVersionOptions
public Hashtable getTableHeader()
Options
getTableHeader
in class JmlVersionOptions
public Hashtable getSelectionList()
Options
getSelectionList
in class JmlVersionOptions
public Hashtable getHelpString()
Options
getHelpString
in class JmlVersionOptions
public Hashtable getGuiType()
Options
getGuiType
in class JmlVersionOptions
public String getShortOptions()
Options
getShortOptions
in class JmlVersionOptions
public void usage()
Options
usage
in class JmlVersionOptions
public void help()
Options
help
in class JmlVersionOptions
public 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 |