java.lang.Object
org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<T>
All Implemented Interfaces:
Serializable, Command<T>
Direct Known Subclasses:
ContainerStartedCommand, DeployDeploymentCommand, GetDeploymentCommand, KillContainerCommand, RemoteResourceCommand, StartContainerCommand, StopContainerCommand, UnDeployDeploymentCommand

public abstract class AbstractCommand<T> extends Object implements Command<T>, Serializable
AbstractCommand
Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
  • Constructor Details

    • AbstractCommand

      public AbstractCommand()
  • Method Details