Arquillian Container Test Implementation Base 1.0.1.Final

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)
           
 InputStream getDeployment(String name)
           
 void undeploy(String name)
           
 
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)
Specified by:
deploy in interface Deployer

undeploy

public void undeploy(String name)
Specified by:
undeploy in interface Deployer

getDeployment

public InputStream getDeployment(String name)
Specified by:
getDeployment in interface Deployer

Arquillian Container Test Implementation Base 1.0.1.Final

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