|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.cactus.integration.ant.container.AbstractContainer
org.apache.cactus.integration.ant.container.AbstractJavaContainer
org.apache.cactus.integration.ant.container.tomcat.AbstractTomcatContainer
org.apache.cactus.integration.ant.container.tomcat.AbstractCatalinaContainer
Base support for Catalina based containers.
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 |
public AbstractCatalinaContainer()
Method Detail |
public final void setTmpDir(java.io.File theTmpDir)
theTmpDir
- The temporary directory to setpublic final java.lang.String getName()
Container
Container.getName()
public void init()
AbstractContainer
init
in interface Container
init
in class AbstractTomcatContainer
Container.init()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |