public class JRun4xInstalledLocalContainer extends AbstractJRunInstalledLocalContainer
| Constructor and Description |
|---|
JRun4xInstalledLocalContainer(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, getVersionaddExtraClasspath, addSharedClasspath, addToolsJarToClasspath, getAntUtils, getExtraClasspath, getHome, getHttpUtils, getJdkUtils, getResourceUtils, getSharedClasspath, getSystemProperties, getType, ifPresentAddPathToList, setExtraClasspath, setHome, setJvmToLaunchContainerIn, setLogger, setSharedClasspath, setSystemProperties, startInternal, stopInternal, verifygetConfiguration, getFileHandler, getOutput, getState, getTimeout, isAppend, setAppend, setConfiguration, setFileHandler, setOutput, setState, setTimeout, start, stop, waitForCompletionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfiguration, getFileHandler, setConfiguration, setFileHandlergetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stoppublic static final String ID
public JRun4xInstalledLocalContainer(LocalConfiguration configuration)
protected void startUpAdditions(org.apache.tools.ant.taskdefs.Java java,
org.apache.tools.ant.types.Path classpath)
throws FileNotFoundException
startUpAdditions in class AbstractJRunInstalledLocalContainerjava - 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 foundAbstractJRunInstalledLocalContainer.startUpAdditions(Java, Path)public final String getId()
Container.getId()public final String getName()
Container.getName()Copyright © 2004-2013 Codehaus. All Rights Reserved.