Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.client.deployment.command
Class UnDeployDeploymentCommand

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand<String>
      extended by org.jboss.arquillian.container.test.impl.client.deployment.command.UnDeployDeploymentCommand
All Implemented Interfaces:
Serializable, Command<String>

public class UnDeployDeploymentCommand
extends AbstractCommand<String>

DeployDeployment

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
Serialized Form

Constructor Summary
UnDeployDeploymentCommand(String deploymentName)
           
 
Method Summary
 String getDeploymentName()
           
 
Methods inherited from class org.jboss.arquillian.container.test.impl.client.deployment.command.AbstractCommand
getResult, getThrowable, setResult, setThrowable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnDeployDeploymentCommand

public UnDeployDeploymentCommand(String deploymentName)
Method Detail

getDeploymentName

public String getDeploymentName()
Returns:
the deploymentName

Arquillian Container Test Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.