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

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

public class ClientDeployer
extends Object
implements Deployer

ClientDeployer

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ClientDeployer()
           
 
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

ClientDeployer

public ClientDeployer()
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.