Class ClientDeployer
- java.lang.Object
-
- 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
Constructors Constructor Description ClientDeployer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(String name)InputStreamgetDeployment(String name)voidundeploy(String name)
-
-
-
Method Detail
-
getDeployment
public InputStream getDeployment(String name)
- Specified by:
getDeploymentin interfaceDeployer
-
-