org.apache.tomee.catalina.deployment
Class TomcatWebappDeployer

java.lang.Object
  extended by org.apache.tomee.catalina.deployment.TomcatWebappDeployer
All Implemented Interfaces:
WebAppDeployer

public class TomcatWebappDeployer
extends Object
implements WebAppDeployer


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.openejb.assembler.WebAppDeployer
WebAppDeployer.Helper
 
Constructor Summary
TomcatWebappDeployer()
           
 
Method Summary
 AppInfo deploy(String host, String context, File file)
           
 void reload(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatWebappDeployer

public TomcatWebappDeployer()
Method Detail

deploy

public AppInfo deploy(String host,
                      String context,
                      File file)
Specified by:
deploy in interface WebAppDeployer

reload

public void reload(String path)
Specified by:
reload in interface WebAppDeployer


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.