|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GetOpt.MissingArgException | |
|---|---|
| com.bristle.javalib.util | |
| Uses of GetOpt.MissingArgException in com.bristle.javalib.util |
|---|
| Methods in com.bristle.javalib.util that throw GetOpt.MissingArgException | |
|---|---|
Integer |
GetOpt.getNextArgInteger(GetOpt.Required required)
Return the next argument from the previously specified option source, defaulting to null. |
Integer |
GetOpt.getNextArgInteger(GetOpt.Required required,
GetOpt.DefaultInteger intDefault)
Return the next argument from the previously specified option source, defaulting to the specified value. |
Integer |
GetOpt.getNextArgInteger(GetOpt.Required required,
GetOpt.DefaultInteger intDefault,
GetOpt.MinInteger intMin,
GetOpt.MaxInteger intMax)
Return the next argument from the previously specified option source, defaulting to the specified value. |
String |
GetOpt.getNextArgString(GetOpt.Required required)
Return the next argument from the previously specified option source, defaulting to null. |
String |
GetOpt.getNextArgString(GetOpt.Required required,
GetOpt.DefaultString strDefault)
Return the next argument from the previously specified option source, defaulting to the specified value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||