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, getVersionaddToolsJarToClasspath, getAntUtils, getExtraClasspath, getFileHandler, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSystemProperties, getType, setExtraClasspath, setFileHandler, setHome, setLogger, setSystemProperties, startInternal, stopInternal, verifygetConfiguration, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setOutput, setState, setTimeout, start, stop, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, setConfigurationgetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic 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 AbstractResinInstalledLocalContainertheJavaContainer - 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.