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

Packages that use CmdLine
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 CmdLine in com.symbian.et.test.cmdline
 

Methods in com.symbian.et.test.cmdline that return CmdLine
 CmdLine CmdLineSet.find(java.lang.String aCommand)
          find a command in a command set given a command name
 CmdLine CmdLine.find(java.lang.String aSoughtCommand)
          finds a particular command in the associated command set, given a command name
 

Methods in com.symbian.et.test.cmdline with parameters of type CmdLine
 java.lang.Object CmdOperational.run(CmdLine aCmd)
          executes command
 void CmdLineSet.add(CmdLine aCmd)
          add a command to a command set
 void CmdLineSet.remove(CmdLine aCmd)
          remove a command from a command set
 

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

Subclasses of CmdLine in com.symbian.et.test.cmdline.genericcmds
 class HelpCmdLine
          describes syntax for 'help' command
 class VersionCmdLine
          describes syntax for 'version' command
 

Methods in com.symbian.et.test.cmdline.genericcmds with parameters of type CmdLine
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 CmdLine in com.symbian.et.test.cmdline.test
 

Subclasses of CmdLine in com.symbian.et.test.cmdline.test
 class DummyCmdLine
           
 

Methods in com.symbian.et.test.cmdline.test with parameters of type CmdLine
 java.lang.Object DummyOperation.run(CmdLine aCmd)
           
 

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

Subclasses of CmdLine in com.symbian.et.test.driver.commands
 class BuildCmdLine
          class that describes the syntax of the 'build' command
 class PrintCmdLine
          class that describes the syntax of the 'print' command
 class RunCmdLine
          class that describes the syntax of the 'run' command
 

Methods in com.symbian.et.test.driver.commands with parameters of type CmdLine
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)