|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.generic.util.CommandLinePossibleValues
Structure to hold the possible value and description for all parameters that can be passed as command line arguments or applet parameters to an application
| Constructor Summary | |
CommandLinePossibleValues()
Empty default constructor for the CommandLinePossibleValues
class. |
|
| Method Summary | |
void |
addParameter(java.lang.String name,
boolean mandatory,
java.lang.Object defValue,
java.lang.String description)
Adds a parameter with the given information. |
protected java.lang.Object[][] |
getData()
Returns the Object array structure that is used by the CommandLine class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommandLinePossibleValues()
CommandLinePossibleValues
class.
| Method Detail |
public final void addParameter(java.lang.String name,
boolean mandatory,
java.lang.Object defValue,
java.lang.String description)
name - The name of the parametermandatory - True, if this parameter is mandatory and can not be omitteddefValue - The default value, if this parameter has been omitteddescription - A short description of the meaning of this parameterprotected final java.lang.Object[][] getData()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||