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