|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Arguments.Arg
water.Arguments.Req
public static class Arguments.Req
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 |
---|
public Arguments.Req()
Method Detail |
---|
public java.lang.String usage()
usage
in class Arguments.Arg
public boolean validate()
validate
in class Arguments.Arg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |