|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.symbian.et.test.cmdline.genericcmds.AnyGenericOperation
basic command that prints the tool name with its version and its copyright as well as the command name
| Constructor Summary | |
AnyGenericOperation()
|
|
| Method Summary | |
java.lang.Object |
run(CmdLine aCmd)
executes command |
protected abstract java.lang.Object |
runSpecial(CmdLine aCmd)
implements specific behavior in the subclass (Template Method design pattern) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AnyGenericOperation()
| Method Detail |
public java.lang.Object run(CmdLine aCmd)
throws CmdLineException
CmdOperational
run in interface CmdOperationalaCmd - command syntax
CmdLineException - if the command couldn't be processed
protected abstract java.lang.Object runSpecial(CmdLine aCmd)
throws CmdLineException
aCmd - command line
CmdParsingFailureException - if the command line is not parsed correctly
CmdNotInitializedException - if the command line was not parsed correctly
CmdLineException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||