|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CmdLnResult | |
|---|---|
| com.Ostermiller.util | |
| Uses of CmdLnResult in com.Ostermiller.util |
|---|
| Methods in com.Ostermiller.util that return CmdLnResult | |
|---|---|
CmdLnResult |
CmdLnArgumentException.getResult()
Get the partial result with missing arguments. |
CmdLnResult |
CmdLn.getResult(char c)
Get the last result associated with the given argument. |
CmdLnResult |
CmdLn.getResult(java.lang.Character c)
Get the last result associated with the given argument. |
CmdLnResult |
CmdLn.getResult(CmdLnOption option)
Get the last result associated with the option. |
CmdLnResult |
CmdLn.getResult(java.lang.String s)
Get the last result associated with the given argument. |
| Methods in com.Ostermiller.util that return types with arguments of type CmdLnResult | |
|---|---|
java.util.List<CmdLnResult> |
CmdLn.getResults()
Get all the results in the order in which they appear in the command line. |
java.util.List<CmdLnResult> |
CmdLn.getResults(char c)
Get all the results associated with the given argument in the order in which they appear in the command line. |
java.util.List<CmdLnResult> |
CmdLn.getResults(java.lang.Character c)
Get all the results associated with the given argument in the order in which they appear in the command line. |
java.util.List<CmdLnResult> |
CmdLn.getResults(CmdLnOption option)
Get all the results associated with the given argument in the order in which they appear in the command line. |
java.util.List<CmdLnResult> |
CmdLn.getResults(java.lang.String s)
Get all the results associated with the given argument in the order in which they appear in the command line. |
| Methods in com.Ostermiller.util with parameters of type CmdLnResult | |
|---|---|
abstract void |
CmdLnListener.found(CmdLnResult result)
Called when a command line option is found. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||