org.apache.cactus.integration.ant.container.tomcat
Class AbstractCatalinaContainer

java.lang.Object
  extended byorg.apache.tools.ant.ProjectComponent
      extended byorg.apache.cactus.integration.ant.container.AbstractContainer
          extended byorg.apache.cactus.integration.ant.container.AbstractJavaContainer
              extended byorg.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
                  extended byorg.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
All Implemented Interfaces:
Container
Direct Known Subclasses:
Tomcat4xContainer, Tomcat5xContainer

public abstract class AbstractCatalinaContainer
extends AbstractTomcatContainer

Base support for Catalina based containers.

Version:
$Id: AbstractCatalinaContainer.java,v 1.4.2.3 2003/11/23 17:17:16 vmassol Exp $
Author:
Christopher Lenz

Constructor Summary
AbstractCatalinaContainer()
           
 
Method Summary
 java.lang.String getName()
          Returns a displayable name of the container for logging purposes.
 void init()
          The default implementation does nothing.
 void setTmpDir(java.io.File theTmpDir)
          Sets the temporary installation directory.
 
Methods inherited from class org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
addConf, getDir, getPort, getServerXml, setDir, setPort, setServerXml
 
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractJavaContainer
setAppend, setOutput
 
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractContainer
createExclude, getExcludePatterns, getStartUpWait, getSystemProperties, getToDir, isEnabled, isExcluded, setAntTaskFactory, setDeployableFile, setIf, setLog, setStartUpWait, setSystemProperties, setToDir, setUnless
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cactus.integration.ant.container.Container
shutDown, startUp
 

Constructor Detail

AbstractCatalinaContainer

public AbstractCatalinaContainer()
Method Detail

setTmpDir

public final void setTmpDir(java.io.File theTmpDir)
Sets the temporary installation directory.

Parameters:
theTmpDir - The temporary directory to set

getName

public final java.lang.String getName()
Description copied from interface: Container
Returns a displayable name of the container for logging purposes.

Returns:
The container name
See Also:
Container.getName()

init

public void init()
Description copied from class: AbstractContainer
The default implementation does nothing.

Specified by:
init in interface Container
Overrides:
init in class AbstractTomcatContainer
See Also:
Container.init()


Copyright © 2000-2003 Apache Software Foundation. All Rights Reserved.