Uses of Class
org.eclipse.actf.util.command.CLArgumentException

Packages that use CLArgumentException
org.eclipse.actf.util.command   
 

Uses of CLArgumentException in org.eclipse.actf.util.command
 

Methods in org.eclipse.actf.util.command that throw CLArgumentException
 boolean CLArgumentProcessor.getBooleanArgument(String name)
          get the boolean argument value of the switch with the given name
 double CLArgumentProcessor.getDoubleArgument(String name)
          get the double argument value of the switch with the given name
 float CLArgumentProcessor.getFloatArgument(String name)
          get the float argument value of the switch with the given name
 int CLArgumentProcessor.getIntArgument(String name)
          get the int argument value of the switch with the given name
 long CLArgumentProcessor.getLongArgument(String name)
          get the long argument value of the switch with the given name
 void CLArgumentProcessor.processArguments(String[] args)
          process the given arguments from the command line.