public interface InstalledLocalContainer extends LocalContainer, SpawnedContainer
Modifier and Type | Method and Description |
---|---|
String |
getHome() |
void |
setHome(String home) |
getConfiguration, setConfiguration
getCapability, getId, getName, getState, getType
getOutput, getTimeout, isAppend, setAppend, setOutput, setTimeout, start, stop
getExtraClasspath, getSystemProperties, setExtraClasspath, setSystemProperties
String 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.