public interface InstalledLocalContainer extends LocalContainer, SpawnedContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getHome() |
void |
setHome(String home) |
getConfiguration, setConfigurationgetCapability, getId, getName, getState, getTypegetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stopgetExtraClasspath, getSystemProperties, setExtraClasspath, setSystemPropertiesString getHome()
void setHome(String home)
home - the directory where the container is installed. Note that we're passing a String
instead of a File because we want to leave the possibility of using URIs for
specifying the home location.Copyright © 2004-2013 Codehaus. All Rights Reserved.