|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.oio.bugkilla.protocol.SimpleCommandVerifier
CommandVerifier| Constructor Summary | |
SimpleCommandVerifier()
|
|
| Method Summary | |
void |
verify(java.lang.String command)
Verify if the command will be identified by recorder and filtermanager and check if command will be identified as Start, StartTestStep or StartUserInteraction, Stop or Off - Command will throw new Exception if the command is a illegal argument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleCommandVerifier()
Object.Object()| Method Detail |
public void verify(java.lang.String command)
throws java.lang.RuntimeException
verify in interface CommandVerifiercommand - string represents user-command
java.lang.RuntimeException - if command could not be verified
java.lang.NullPointerException - if command String is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||