Uses of Interface
org.eclipse.actf.util.command.IArgumentResolver

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

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

Classes in org.eclipse.actf.util.command that implement IArgumentResolver
 class DefaultArgumentResolver
          This default implementation resolves arguments to primitive values, instances of wrappers of primitive types, String instances, and Class instances.
 

Methods in org.eclipse.actf.util.command that return IArgumentResolver
 IArgumentResolver CLSwitch.getArgumentResolver()
           
 

Methods in org.eclipse.actf.util.command with parameters of type IArgumentResolver
 void CLSwitch.setArgumentResolver(IArgumentResolver resolver)
           
 

Constructors in org.eclipse.actf.util.command with parameters of type IArgumentResolver
CLSwitch(String name, String desc, Class type, boolean required, IArgumentResolver resolver)
          create a command line switch with the given name and type.
CLSwitch(String name, String desc, IArgumentResolver resolver)
          create a command line switch with the given name and type.