public class ArgParser.HelpArg extends ArgParser.Arg
c, dashedArguments, description, flagged, name, numExpectedValues, values
Constructor and Description |
---|
ArgParser.HelpArg() |
Modifier and Type | Method and Description |
---|---|
boolean |
is(java.lang.String arg,
boolean allowAbbr)
Returns true if the atg string matches the name of the Arg, or, if
allowAbbr is true, returns true if the arg length is one and it
matches the first letter of the arg name.
|
readArgs, toString
public boolean is(java.lang.String arg, boolean allowAbbr)
ArgParser.Arg
is
in class ArgParser.Arg
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details