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

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

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

Methods in org.eclipse.actf.util.command that return CLSwitch
 CLSwitch CLArgumentProcessor.getSwitch(String name)
          return the command line switch with the given name
 CLSwitch[] CLArgumentProcessor.getSwitches()
          return the switches that are currently being handled by this processor
 CLSwitch CLArgumentProcessor.removeSwitch(String name)
          remove the switch with the given name from this processor
 

Methods in org.eclipse.actf.util.command with parameters of type CLSwitch
 void CLArgumentProcessor.addSwitch(CLSwitch s)
          add a switch to the set of switches processed by this processor
 void CLArgumentProcessor.setSwitches(CLSwitch[] switches)
          set the command line switches to be associated with this command line processor.
 

Constructors in org.eclipse.actf.util.command with parameters of type CLSwitch
CLArgumentProcessor(CLSwitch[] switches)
          construct a new command line argument processor with the given switches.
CLArgumentProcessor(CLSwitch[] switches, boolean preserveCase)
          construct a new command line argument processor with the given switches.