com.Ostermiller.util Java Utilities


Uses of Class
com.Ostermiller.util.CmdLnResult

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(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(String s)
          Get the last result associated with the given argument.
 

Methods in com.Ostermiller.util that return types with arguments of type CmdLnResult
 List<CmdLnResult> CmdLn.getResults()
          Get all the results in the order in which they appear in the command line.
 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.
 List<CmdLnResult> CmdLn.getResults(Character c)
          Get all the results associated with the given argument in the order in which they appear in the command line.
 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.
 List<CmdLnResult> CmdLn.getResults(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.
 


com.Ostermiller.util Java Utilities


Copyright © 2001-2012 by Stephen Ostermiller