Uses of Class
info.rolandkrueger.roklib.cli.CommandLineArgumentEvaluator.UserInputValidity

Packages that use CommandLineArgumentEvaluator.UserInputValidity
info.rolandkrueger.roklib.cli Classes for defining and interpreting command line arguments. 
 

Uses of CommandLineArgumentEvaluator.UserInputValidity in info.rolandkrueger.roklib.cli
 

Fields in info.rolandkrueger.roklib.cli declared as CommandLineArgumentEvaluator.UserInputValidity
private  CommandLineArgumentEvaluator.UserInputValidity CommandLineArgumentEvaluator.mStatus
           
 

Methods in info.rolandkrueger.roklib.cli that return CommandLineArgumentEvaluator.UserInputValidity
 CommandLineArgumentEvaluator.UserInputValidity CommandLineArgumentEvaluator.getInputStatus()
          Returns the status of the command line options given by the user.
static CommandLineArgumentEvaluator.UserInputValidity CommandLineArgumentEvaluator.UserInputValidity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandLineArgumentEvaluator.UserInputValidity[] CommandLineArgumentEvaluator.UserInputValidity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2011. All Rights Reserved.