public class Resin3xInstalledLocalContainer extends AbstractResinInstalledLocalContainer
Constructor and Description |
---|
Resin3xInstalledLocalContainer(LocalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getName() |
protected void |
startUpAdditions(org.apache.tools.ant.taskdefs.Java java,
org.apache.tools.ant.types.Path classpath)
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 Resin3xInstalledLocalContainer(LocalConfiguration configuration)
AbstractResinInstalledLocalContainer#AbstractInstalledLocalContainer(org.codehaus.cargo.container.configuration.LocalConfiguration)
protected void startUpAdditions(org.apache.tools.ant.taskdefs.Java java, org.apache.tools.ant.types.Path classpath) throws FileNotFoundException
startUpAdditions
in class AbstractResinInstalledLocalContainer
java
- the Ant Java object that will start the containerclasspath
- 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.