Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface ncsa.horizon.util.CmdLine.Flags

Implementing Classes:
CmdLine

public abstract static interface CmdLine.Flags
flags for configuring CmdLine objects


Field Summary
static int NULLFLAG
          the null flag
static int RELAX
          do not throw UnrecognizedOptionException; instead just ignore the unrecognized options
static int USRWARN
          print a warning message to System.err if user specifies an unrecognized option (when RELAX is also set) or when an option parameter appears to be missing from the end of the command line.
static int WARN
          print various warning messages when unexpected conditions are encountered, including any during configuration.
 

Field Detail

NULLFLAG

public static final int NULLFLAG
the null flag

RELAX

public static final int RELAX
do not throw UnrecognizedOptionException; instead just ignore the unrecognized options

USRWARN

public static final int USRWARN
print a warning message to System.err if user specifies an unrecognized option (when RELAX is also set) or when an option parameter appears to be missing from the end of the command line.

WARN

public static final int WARN
print various warning messages when unexpected conditions are encountered, including any during configuration. This flag also sets the USRWARN flag;

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD