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, restart, setAppend, setOutput, setTimeout, start, stop
addExtraClasspath, addSharedClasspath, getExtraClasspath, getJvmLauncherFactory, getSharedClasspath, getSystemProperties, setExtraClasspath, setJvmLauncherFactory, 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. IMPORTANT: While some containers can deal with this parameter being
set as a relative path, some others require this path to be set to an absolute directory.
Please refer to the documentation of the server to ensure you give the path in the
appropriate way. If in doubt, you can use absolute paths -that is known to work with all
containers.Copyright © 2004–2019 Github. All rights reserved.