de.oio.bugkilla.protocol
Interface CommandVerifier

All Known Implementing Classes:
SimpleCommandVerifier

public interface CommandVerifier

Author:
swinkler

Method Summary
 void verify(java.lang.String command)
          Verifies the given command.
 

Method Detail

verify

public void verify(java.lang.String command)
            throws java.lang.Throwable
Verifies the given command.

Parameters:
command - the command to verify
Throws:
java.lang.Throwable - if the command could not be verified


Copyright © Orientation in Objects GmbH. All Rights Reserved.