Package org.eclipse.actf.util.command

Interface Summary
IArgumentResolver An IArgumentResolver is used to resolve arguments passed to switches on the command line.
 

Class Summary
CLArgumentProcessor The CLArgumentProcessor can be used to process arguments on the command line for any application.
CLSwitch The CLSwitch class is used in conjuction with the CLArgumentProcessor to embody a single command line switch.
DefaultArgumentResolver This default implementation resolves arguments to primitive values, instances of wrappers of primitive types, String instances, and Class instances.
 

Exception Summary
CLArgumentException