de.oio.bugkilla.protocol
Class SimpleCommandVerifier

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.SimpleCommandVerifier
All Implemented Interfaces:
CommandVerifier

public class SimpleCommandVerifier
extends java.lang.Object
implements CommandVerifier

Author:
mniete A simple implementation of
See Also:
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

SimpleCommandVerifier

public SimpleCommandVerifier()
See Also:
Object.Object()
Method Detail

verify

public void verify(java.lang.String command)
            throws java.lang.RuntimeException
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

Specified by:
verify in interface CommandVerifier
Parameters:
command - string represents user-command
Throws:
java.lang.RuntimeException - if command could not be verified
java.lang.NullPointerException - if command String is null


Copyright © Orientation in Objects GmbH. All Rights Reserved.