water
Class Arguments.Req

java.lang.Object
  extended by water.Arguments.Arg
      extended by water.Arguments.Req
Enclosing class:
Arguments

public static class Arguments.Req
extends Arguments.Arg

Required arguments. The instance fields of this class are treated as required arguments, arguments with keywords matching each one of the primitive and string fields of the object must appear on the command line. If they all do they will extracted and the corresponding field will be set to the extracted value. If any one of the fields is missing


Constructor Summary
Arguments.Req()
           
 
Method Summary
 java.lang.String usage()
           
 boolean validate()
           
 
Methods inherited from class water.Arguments.Arg
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Arguments.Req

public Arguments.Req()
Method Detail

usage

public java.lang.String usage()
Specified by:
usage in class Arguments.Arg

validate

public boolean validate()
Specified by:
validate in class Arguments.Arg