org.jboss.arquillian.container.spi.client.deployment
Class Deployment

java.lang.Object
  extended by org.jboss.arquillian.container.spi.client.deployment.Deployment

public class Deployment
extends Object

Deployment

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
Deployment(DeploymentDescription description)
           
 
Method Summary
 void deployed()
           
 void deployedWithError(Throwable deploymentError)
           
 DeploymentDescription getDescription()
           
 boolean hasDeploymentError()
           
 boolean isDeployed()
           
 void undeployed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployment

public Deployment(DeploymentDescription description)
Method Detail

getDescription

public DeploymentDescription getDescription()
Returns:
the description

isDeployed

public boolean isDeployed()

hasDeploymentError

public boolean hasDeploymentError()

deployedWithError

public void deployedWithError(Throwable deploymentError)

deployed

public void deployed()

undeployed

public void undeployed()


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.