|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.darwinsys.lang.GetOptDesc
A GetOptDesc describes one argument that may be accepted by the program.
Field Summary | |
protected char |
argLetter
The short-form option letter |
protected java.lang.String |
argName
The long-form option name |
protected boolean |
takesArgument
True if this option needs an argument after it |
Constructor Summary | |
GetOptDesc(char ch,
java.lang.String nm,
boolean ta)
Construct a GetOpt option. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected char argLetter
protected java.lang.String argName
protected boolean takesArgument
Constructor Detail |
public GetOptDesc(char ch, java.lang.String nm, boolean ta)
ch
- The single-character name for this option.nm
- The word name for this option.ta
- True if this option requires an argument after it.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |