| java.lang.Object dalma.container.Container
Container | final public class Container implements ContainerMBean(Code) | | Root of Dalmacon.
author: Kohsuke Kawaguchi |
Constructor Summary | |
public | Container(File root, Executor executor) Creates a new container.
Parameters: root - Home directory to store data. |
homeDir | final File homeDir(Code) | | The root directory of the dalma installation. The value of DALMA_HOME.
We want the absolute version since we send this across JMX.
|
Container | public Container(File root, Executor executor) throws IOException(Code) | | Creates a new container.
Parameters: root - Home directory to store data. Must exist. Parameters: executor - used to execute workflow applications. |
explode | static void explode(File dar)(Code) | | Extracts the given dar file into the same directory.
|
getConfigFile | public File getConfigFile()(Code) | | Gets the name of the container configuration file.
|
getHomeDir | public File getHomeDir()(Code) | | Gets the name of the DALMA_HOME directory.
|
|
|