org.jboss.on.plugins.tomcat.helper
Class TomcatApplicationDeployer

java.lang.Object
  extended by org.jboss.on.plugins.tomcat.helper.TomcatApplicationDeployer

public class TomcatApplicationDeployer
extends Object

Author:
Fady Matar, Jay Shaughnessy, Ian Springer

Nested Class Summary
 class TomcatApplicationDeployer.DeployerException
           
 
Constructor Summary
TomcatApplicationDeployer(org.mc4j.ems.connection.EmsConnection connection, String vhostName)
           
 
Method Summary
 void deploy(String contextPath)
           
 void undeploy(String contextPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatApplicationDeployer

public TomcatApplicationDeployer(org.mc4j.ems.connection.EmsConnection connection,
                                 String vhostName)
                          throws NoSuchMethodException
Throws:
NoSuchMethodException
Method Detail

deploy

public void deploy(String contextPath)
            throws TomcatApplicationDeployer.DeployerException
Throws:
TomcatApplicationDeployer.DeployerException

undeploy

public void undeploy(String contextPath)
              throws TomcatApplicationDeployer.DeployerException
Throws:
TomcatApplicationDeployer.DeployerException


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.