public abstract class AbstractOrionInstalledLocalContainer extends AbstractInstalledLocalContainer
| Constructor and Description |
|---|
AbstractOrionInstalledLocalContainer(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 abstract String |
getContainerClasspathIncludes() |
protected abstract String |
getStartClassname() |
protected abstract String |
getStopClassname() |
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 AbstractOrionInstalledLocalContainer(LocalConfiguration configuration)
public ContainerCapability getCapability()
Container.getCapability()public final void doStop(org.apache.tools.ant.taskdefs.Java java)
doStop in class AbstractInstalledLocalContainerAbstractInstalledLocalContainer.doStop(Java)public final void doStart(org.apache.tools.ant.taskdefs.Java java)
throws Exception
doStart in class AbstractInstalledLocalContainerExceptionAbstractInstalledLocalContainer.doStart(Java)protected abstract String getStartClassname()
protected abstract String getStopClassname()
protected abstract String getContainerClasspathIncludes()
Copyright © 2004-2013 Codehaus. All Rights Reserved.