|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.arquillian.container.test.impl.client.deployment.ClientDeployer
public class ClientDeployer
ClientDeployer
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 |
---|
public ClientDeployer()
Method Detail |
---|
public void deploy(String name)
Deployer
deploy
in interface Deployer
name
- The name of the deploymentpublic void undeploy(String name)
Deployer
undeploy
in interface Deployer
name
- The name of the deploymentpublic InputStream getDeployment(String name)
Deployer
getDeployment
in interface Deployer
name
- The name of the Deployment as defined by Deployment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |