Arquillian Container Test API 1.0.0.CR8

org.jboss.arquillian.container.test.api
Interface Deployer


public interface Deployer

A interface that describes how you can deploy a named Deployment during test execution.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void deploy(String name)
          Deploy a named deployment.
 InputStream getDeployment(String name)
          Get the Deployment content.
 void undeploy(String name)
          UnDeploy a named deployment.
 

Method Detail

deploy

void deploy(String name)
Deploy a named deployment.

Parameters:
name - The name of the deployment

getDeployment

InputStream getDeployment(String name)
Get the Deployment content.

Parameters:
name - The name of the Deployment as defined by Deployment
Returns:
a Zipped Stream of the Archive

undeploy

void undeploy(String name)
UnDeploy a named deployment.

Parameters:
name - The name of the deployment

Arquillian Container Test API 1.0.0.CR8

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