Uses of Class
com.symbian.et.test.cmdline.CmdLineException

Packages that use CmdLineException
com.symbian.et.test.cmdline   
com.symbian.et.test.cmdline.genericcmds   
com.symbian.et.test.cmdline.test   
com.symbian.et.test.driver.commands   
 

Uses of CmdLineException in com.symbian.et.test.cmdline
 

Methods in com.symbian.et.test.cmdline that throw CmdLineException
 java.lang.Object CmdOperational.run(CmdLine aCmd)
          executes command
 java.lang.Object CmdLineSet.processCommand(java.lang.String[] aArgs)
          process a command
 org.apache.commons.cli.CommandLine CmdLine.getCommandLine()
          retrieves the org.apache.commons.cli.CommandLine object that parses the command line
use this to customize the command line
 java.lang.Object CmdLine.start(org.apache.commons.cli.CommandLine aCmdLine)
          starts command
 void CmdLine.printToolVersion()
          displays tool version
 void CmdLine.printToolName()
          displays tool name
 

Uses of CmdLineException in com.symbian.et.test.cmdline.genericcmds
 

Methods in com.symbian.et.test.cmdline.genericcmds that throw CmdLineException
protected  java.lang.Object VersionOperation.runSpecial(CmdLine aCmd)
           
protected  java.lang.Object HelpOperation.runSpecial(CmdLine aCmd)
           
 java.lang.Object AnyGenericOperation.run(CmdLine aCmd)
           
protected abstract  java.lang.Object AnyGenericOperation.runSpecial(CmdLine aCmd)
          implements specific behavior in the subclass (Template Method design pattern)
 

Uses of CmdLineException in com.symbian.et.test.cmdline.test
 

Methods in com.symbian.et.test.cmdline.test that throw CmdLineException
 java.lang.Object DummyOperation.run(CmdLine aCmd)
           
 

Uses of CmdLineException in com.symbian.et.test.driver.commands
 

Methods in com.symbian.et.test.driver.commands that throw CmdLineException
protected  com.symbian.et.test.framework.Visitor RunOperation.runSpecial(CmdLine aCmd)
           
protected  com.symbian.et.test.framework.Visitor PrintOperation.runSpecial(CmdLine aCmd)
           
 java.lang.Object FrameworkBasedOperation.run(CmdLine aCmd)
           
protected abstract  com.symbian.et.test.framework.Visitor FrameworkBasedOperation.runSpecial(CmdLine aCmd)
          implements specific behavior in the subclass (Template Method design pattern)
protected  com.symbian.et.test.framework.Visitor BuildOperation.runSpecial(CmdLine aCmd)
          implements specific behavior in the subclass (Template Method design pattern)