public class Resin2xInstalledLocalContainer extends AbstractResinInstalledLocalContainer
Constructor and Description |
---|
Resin2xInstalledLocalContainer(LocalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
protected void |
startUpAdditions(org.apache.tools.ant.taskdefs.Java theJavaContainer,
org.apache.tools.ant.types.Path theClasspath)
Allow specific version implementations to add custom settings to the
Java container that will be started.
|
doStart, doStop, getCapability, getVersion
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 Resin2xInstalledLocalContainer(LocalConfiguration configuration)
AbstractResinInstalledLocalContainer#AbstractInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)
protected void startUpAdditions(org.apache.tools.ant.taskdefs.Java theJavaContainer, org.apache.tools.ant.types.Path theClasspath) throws FileNotFoundException
startUpAdditions
in class AbstractResinInstalledLocalContainer
theJavaContainer
- the Ant Java object that will start the containertheClasspath
- the classpath that will be used to start the
containerFileNotFoundException
- in case the Tools jar cannot be foundAbstractResinInstalledLocalContainer.startUpAdditions(Java, Path)
public final String getId()
Container.getId()
public String getName()
Container.getName()
Copyright © 2004-2013 Codehaus. All Rights Reserved.