public interface InstalledLocalContainer extends LocalContainer, SpawnedContainer
| Modifier and Type | Method and Description |
|---|---|
String |
getHome() |
void |
setHome(String home) |
getConfiguration, getFileHandler, setConfiguration, setFileHandlergetCapability, getId, getName, getState, getTypegetOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stopaddExtraClasspath, addSharedClasspath, getExtraClasspath, getSharedClasspath, getSystemProperties, setExtraClasspath, setSharedClasspath, 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.