Method Summary |
|
abstract protected String | getContainerDirName() |
final protected File | getDir() |
final public int | getPort() Returns the port to which the container should listen. |
final protected File | getTmpDir() |
final public void | init() |
abstract protected void | prepareAdditions(File theInstallDir, FilterChain theFilterChain) Allow specific version implementations to add custom preparation steps
before the container is started. |
final public void | setDir(File theDir) Sets the Resin installation directory. |
final public void | setPort(int thePort) Sets the port to which the container should listen. |
final public void | setResinConf(File theResinConf) |
final public void | setTmpDir(File theTmpDir) Sets the temporary directory from which the container is run. |
final public void | shutDown() |
final public void | startUp() |
abstract protected void | startUpAdditions(Java theJavaContainer, Path theClasspath) Allow specific version implementations to add custom settings to the
Java container that will be started. |
public void | verify() Checks if all mandatory properties have been set and that they
contain valid values. |