org.jboss.arquillian.container.test.impl.client.deployment
Class ContainerDeployer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerDeployer
public ContainerDeployer()
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
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.