|
|||||||||||
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
Abstract base class for containers that perform the starting and stopping of the server by executing Java classes in a forked JVM.
Constructor Summary | |
AbstractJavaContainer()
|
Method Summary | |
void |
setAppend(boolean isAppend)
Sets whether output of the container should be appended to an existing file, or the existing file should be truncated. |
void |
setOutput(java.io.File theOutput)
Sets the file to which output of the container should be written. |
Methods inherited from class org.apache.cactus.integration.ant.container.AbstractContainer |
createExclude, getExcludePatterns, getStartUpWait, getSystemProperties, getToDir, init, 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 |
getName, getPort, shutDown, startUp |
Constructor Detail |
public AbstractJavaContainer()
Method Detail |
public final void setOutput(java.io.File theOutput)
theOutput
- The output file to setpublic final void setAppend(boolean isAppend)
isAppend
- Whether output should be appended
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |