org.apache.tomcat.maven.plugin.tomcat7.run
Class ExtendedTomcat

java.lang.Object
  extended by org.apache.catalina.startup.Tomcat
      extended by org.apache.tomcat.maven.plugin.tomcat7.run.ExtendedTomcat

public class ExtendedTomcat
extends Tomcat

Since:
2.0
Author:
Olivier Lamy

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.catalina.startup.Tomcat
Tomcat.DefaultWebXmlListener, Tomcat.ExistingStandardWrapper, Tomcat.FixContextListener
 
Field Summary
 
Fields inherited from class org.apache.catalina.startup.Tomcat
basedir, connector, defaultRealm, engine, host, hostname, port, server, service
 
Constructor Summary
ExtendedTomcat(File configurationDir)
           
 
Method Summary
 Context addWebapp(Host host, String url, String name, String path)
           
 
Methods inherited from class org.apache.catalina.startup.Tomcat
addContext, addContext, addContext, addRole, addServlet, addServlet, addServlet, addServlet, addUser, addWebapp, addWebapp, destroy, enableNaming, getConnector, getDefaultRealm, getDefaultWebXmlListener, getEngine, getHost, getServer, getService, init, initBaseDir, initSimpleAuth, initWebappDefaults, initWebappDefaults, noDefaultWebXmlPath, setBaseDir, setConnector, setDefaultRealm, setHost, setHostname, setPort, setSilent, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedTomcat

public ExtendedTomcat(File configurationDir)
Method Detail

addWebapp

public Context addWebapp(Host host,
                         String url,
                         String name,
                         String path)
Overrides:
addWebapp in class Tomcat


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.