|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.util.CmdLineOptions.Handler.ParamSet
A set of parmeters for an option
Method Summary | |
boolean |
hasNext()
Return true if there is a next parameter. |
java.lang.String |
next()
Return the next parameter. |
int |
size()
Return the number of parameters. |
java.lang.String |
toString()
Return a string representation of the parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.String next()
OptionException
- if there are no more parameters.public boolean hasNext()
public int size()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |