|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.inria.opengve.tools.CommandLineParse.StringParameter
public class CommandLineParse.StringParameter
| Method Summary | |
|---|---|
void |
addExclusiveParameter(fr.inria.opengve.tools.CommandLineParse.CommandLineParameter exclusiveParameter)
Add an existing parameter to the set of parameters that are exclusive with this one and vice versa. |
java.lang.String |
getStringValue()
Return the string value of this option. |
boolean |
isFound()
Tell if this option have been found in the command line. |
void |
setExplanation(java.lang.String explanation)
Set the explanation of this option. |
fr.inria.opengve.tools.CommandLineParse.CommandLineParameter |
testExclusivity()
Test if this parameters is exclusive with a previously found parameters. |
java.lang.String |
toString()
Return the string corresponding to the long Name of this option. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getStringValue()
public boolean isFound()
true if this option have been found, and
false otherwise.public void setExplanation(java.lang.String explanation)
explanation - The explanation of this option.public java.lang.String toString()
toString in class java.lang.Objectpublic void addExclusiveParameter(fr.inria.opengve.tools.CommandLineParse.CommandLineParameter exclusiveParameter)
exclusiveParameter - The parameters that is declared exclusive with this one.public fr.inria.opengve.tools.CommandLineParse.CommandLineParameter testExclusivity()
CommandLineParse.CommandLineParameter that is
exclusive with this one (and that is already found) or
null if no one exist.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||