org.jboss.arquillian.container.test.impl.client.deployment
Class ContainerDeployer

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.ContainerDeployer
All Implemented Interfaces:
Deployer

public class ContainerDeployer
extends Object
implements Deployer

ContainerDeployer

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ContainerDeployer()
           
 
Method Summary
 void deploy(String name)
          Deploy the named deployment.
 InputStream getDeployment(String name)
          Get the Deployment byte content.
 void undeploy(String name)
          UnDeploy a named deployment.
The operation will block until deploy is complete.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerDeployer

public ContainerDeployer()
Method Detail

deploy

public void deploy(String name)
Description copied from interface: Deployer
Deploy the named deployment.
The operation will block until deploy is complete.

Specified by:
deploy in interface Deployer
Parameters:
name - The name of the deployment

undeploy

public void undeploy(String name)
Description copied from interface: Deployer
UnDeploy a named deployment.
The operation will block until deploy is complete.

Specified by:
undeploy in interface Deployer
Parameters:
name - The name of the deployment

getDeployment

public InputStream getDeployment(String name)
Description copied from interface: Deployer
Get the Deployment byte content.

Specified by:
getDeployment in interface Deployer
Parameters:
name - The name of the Deployment as defined by Deployment
Returns:
a Zipped Stream of the Archive


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