Uses of Class
arq.cmdline.ArgDecl

Packages that use ArgDecl
arq.cmdline   
 

Uses of ArgDecl in arq.cmdline
 

Methods in arq.cmdline with parameters of type ArgDecl
 CmdLineArgs CmdLineArgs.add(ArgDecl arg)
          Add an argument object
 void CmdGeneral.add(ArgDecl argDecl, java.lang.String argName, java.lang.String msg)
           
 boolean CmdLineArgs.contains(ArgDecl argDecl)
          Test whether an argument was seen.
 boolean CmdLineArgs.containsMultiple(ArgDecl argDecl)
          Test whether an argument was seen more than once
 Arg CmdLineArgs.getArg(ArgDecl argDecl)
          Get the argument associated with the argument declaration.
 java.lang.String CmdLineArgs.getValue(ArgDecl argDecl)
          Returns the value (a string) for an argument with a value - returns null for no argument and no value.
 java.util.List<java.lang.String> CmdLineArgs.getValues(ArgDecl argDecl)
          Returns all the values (0 or more strings) for an argument.
 boolean CmdLineArgs.hasArg(ArgDecl argDecl)
          Test whether the command line had a particular argument
 boolean CmdLineArgs.hasValueOfFalse(ArgDecl argDecl)
          Is the value something that looks like "false" or "no"?
 boolean CmdLineArgs.hasValueOfTrue(ArgDecl argDecl)
          Is the value something that looks like "true" or "yes"?
 boolean Arg.matches(ArgDecl decl)
           
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP