public class Geronimo1xInstalledLocalContainer extends AbstractInstalledLocalContainer
Modifier and Type | Field and Description |
---|---|
static String |
ID
Geronimo 1.x series unique id.
|
Constructor and Description |
---|
Geronimo1xInstalledLocalContainer(LocalConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected void |
doStart(org.apache.tools.ant.taskdefs.Java java) |
protected void |
doStop(org.apache.tools.ant.taskdefs.Java java) |
ContainerCapability |
getCapability() |
String |
getId() |
String |
getName() |
protected String |
getVersion(String defaultVersion)
Parse installed Geronimo version.
|
protected void |
waitForCompletion(boolean waitForStarting)
Replace default CPC progress monitor by a log progress monitor.
|
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
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 Geronimo1xInstalledLocalContainer(LocalConfiguration configuration)
public String getId()
Container.getId()
public String getName()
Container.getName()
protected void doStart(org.apache.tools.ant.taskdefs.Java java) throws Exception
doStart
in class AbstractInstalledLocalContainer
Exception
AbstractInstalledLocalContainer.doStart(org.apache.tools.ant.taskdefs.Java)
protected void doStop(org.apache.tools.ant.taskdefs.Java java) throws Exception
doStop
in class AbstractInstalledLocalContainer
Exception
AbstractInstalledLocalContainer.doStop(org.apache.tools.ant.taskdefs.Java)
protected void waitForCompletion(boolean waitForStarting) throws InterruptedException
waitForCompletion
in class AbstractLocalContainer
InterruptedException
AbstractLocalContainer.waitForCompletion(boolean)
public ContainerCapability getCapability()
Container.getCapability()
Copyright © 2004-2013 Codehaus. All Rights Reserved.