public class Tomcat3xInstalledLocalContainer extends AbstractTomcatInstalledLocalContainer
Constructor and Description |
---|
Tomcat3xInstalledLocalContainer(LocalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
protected void |
invokeContainer(String action,
org.apache.tools.ant.taskdefs.Java java)
Invokes the container bootstrap class to start or stop the container,
depending on the value of the provided argument.
|
doStart, doStop, getCapability
addToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternal, verify
getConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, waitForCompletion
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConfiguration, setConfiguration
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
public static final String ID
public Tomcat3xInstalledLocalContainer(LocalConfiguration configuration)
AbstractTomcatInstalledLocalContainer#AbstractInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)
public final String getName()
Container.getName()
public final String getId()
Container.getId()
protected void invokeContainer(String action, org.apache.tools.ant.taskdefs.Java java) throws Exception
invokeContainer
in class AbstractTomcatInstalledLocalContainer
action
- Either 'start' or 'stop'java
- the prepared Ant Java command that will be executedException
- in case of container invocation errorAbstractTomcatInstalledLocalContainer.invokeContainer(String, Java)
Copyright © 2004-2013 Codehaus. All Rights Reserved.