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

public abstract class AbstractCommand<T> extends Object implements org.jboss.arquillian.container.test.spi.command.Command<T>, Serializable
AbstractCommand
Author:
Aslak Knutsen
See Also:
  • Constructor Details

    • AbstractCommand

      public AbstractCommand()
  • Method Details

    • getResult

      public T getResult()
      Specified by:
      getResult in interface org.jboss.arquillian.container.test.spi.command.Command<T>
    • setResult

      public void setResult(T result)
      Specified by:
      setResult in interface org.jboss.arquillian.container.test.spi.command.Command<T>
    • getThrowable

      public Throwable getThrowable()
      Specified by:
      getThrowable in interface org.jboss.arquillian.container.test.spi.command.Command<T>
      Returns:
      the throwable
    • setThrowable

      public void setThrowable(Throwable throwable)
      Specified by:
      setThrowable in interface org.jboss.arquillian.container.test.spi.command.Command<T>