org.jboss.osgi.spi.junit
Class EmbeddedArchiveDeployer

java.lang.Object
  extended by org.jboss.osgi.spi.junit.EmbeddedArchiveDeployer
All Implemented Interfaces:
ArchiveDeployer

public class EmbeddedArchiveDeployer
extends java.lang.Object
implements ArchiveDeployer

An archive deployer that deals with test deployment/undeployment, etc.

Since:
26-Feb-2009
Author:
Thomas.Diesler@jboss.org

Constructor Summary
EmbeddedArchiveDeployer(org.jboss.deployers.client.spi.DeployerClient deployer)
           
 
Method Summary
 void deploy(java.net.URL url)
          Deploy the given archive
 void undeploy(java.net.URL url)
          Undeploy the given archive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedArchiveDeployer

public EmbeddedArchiveDeployer(org.jboss.deployers.client.spi.DeployerClient deployer)
Method Detail

deploy

public void deploy(java.net.URL url)
            throws java.lang.Exception
Description copied from interface: ArchiveDeployer
Deploy the given archive

Specified by:
deploy in interface ArchiveDeployer
Throws:
java.lang.Exception

undeploy

public void undeploy(java.net.URL url)
              throws java.lang.Exception
Description copied from interface: ArchiveDeployer
Undeploy the given archive

Specified by:
undeploy in interface ArchiveDeployer
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.