Method Summary |
|
public Path | createContainerClasspath() Adds container classpath to the classpath that will be used for starting
the container. |
public void | execute() Start or stop the container depending on the action asked by the user. |
final protected String | getAction() |
final protected boolean | getAppend() |
final protected File | getDir() |
final protected File | getEarFile() |
final protected File | getOutput() |
final protected int | getPort() |
final protected File | getResinConf() |
abstract protected AbstractResinContainer | getResinContainer() |
final protected URL | getTestURL() |
final protected File | getTmpDir() |
final protected File | getWarFile() |
public void | setAction(String theAction) Sets the action to execute (either "start" or "stop"). |
final public void | setAppend(boolean isAppend) Sets whether output of the container should be appended to an existing
file, or the existing file should be truncated. |
final public void | setDir(File theDir) Sets the Resin installation directory. |
final public void | setEarFile(File theEarFile) Sets an enterprise application aarchive to deploy. |
final public void | setOutput(File theOutput) Sets the file to which output of the container should be written. |
final public void | setPort(int thePort) Sets the port to which the container should listen. |
final public void | setResinConf(File theResinConf) |
public void | setTestURL(URL theTestURL) Sets the URL to call for testing if the server is running. |
final public void | setTmpDir(File theTmpDir) Sets the temporary directory from which the container is run. |
final public void | setWarFile(File theWarFile) Sets a web application archive to deploy in the container. |