public abstract class AbstractResinInstalledLocalContainer extends AbstractInstalledLocalContainer
| Constructor and Description |
|---|
AbstractResinInstalledLocalContainer(LocalConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
protected String |
getVersion(String defaultVersion) |
protected abstract void |
startUpAdditions(org.apache.tools.ant.taskdefs.Java javaContainer,
org.apache.tools.ant.types.Path classpath)
Allow specific version implementations to add custom settings to the
Java container that will be started.
|
addToolsJarToClasspath, 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 AbstractResinInstalledLocalContainer(LocalConfiguration configuration)
public ContainerCapability getCapability()
Container.getCapability()public void doStart(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(Java)public void doStop(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStop in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStop(Java)protected abstract void startUpAdditions(org.apache.tools.ant.taskdefs.Java javaContainer,
org.apache.tools.ant.types.Path classpath)
throws FileNotFoundException
javaContainer - 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 foundCopyright © 2004-2013 Codehaus. All Rights Reserved.