com.caucho.server.deploy
Interface EnvironmentDeployInstance

All Superinterfaces:
Dependency, DeployInstance
All Known Implementing Classes:
Application, EnterpriseApplication, Host, WebApp

public interface EnvironmentDeployInstance
extends DeployInstance

Deployment instance handling an environment.


Method Summary
 void init()
          Initialize the instance.
 void setRootDirectory(Path root)
          Sets the root.
 
Methods inherited from interface com.caucho.server.deploy.DeployInstance
destroy, getClassLoader, getConfigException, isDeployError, isDeployIdle, isModified, isModifiedNow, logModified, setConfigException, start
 

Method Detail

setRootDirectory

void setRootDirectory(Path root)
Sets the root.


init

void init()
          throws java.lang.Exception
Initialize the instance.

Throws:
java.lang.Exception