org.apache.geronimo.deployment
Class SingleFileHotDeployer
java.lang.Object
org.apache.geronimo.deployment.SingleFileHotDeployer
public class SingleFileHotDeployer
- extends Object
Field Summary |
static org.apache.geronimo.gbean.GBeanInfo |
GBEAN_INFO
|
Constructor Summary |
SingleFileHotDeployer(File dir,
String[] watchPaths,
Collection builders,
org.apache.geronimo.kernel.config.ConfigurationStore store,
org.apache.geronimo.kernel.config.ConfigurationManager configurationManager,
boolean forceDeploy)
|
SingleFileHotDeployer(String path,
org.apache.geronimo.system.serverinfo.ServerInfo serverInfo,
String[] watchPaths,
Collection builders,
org.apache.geronimo.kernel.config.ConfigurationStore store,
org.apache.geronimo.kernel.config.ConfigurationManager configurationManager,
boolean forceDeploy)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GBEAN_INFO
public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
SingleFileHotDeployer
public SingleFileHotDeployer(String path,
org.apache.geronimo.system.serverinfo.ServerInfo serverInfo,
String[] watchPaths,
Collection builders,
org.apache.geronimo.kernel.config.ConfigurationStore store,
org.apache.geronimo.kernel.config.ConfigurationManager configurationManager,
boolean forceDeploy)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
SingleFileHotDeployer
public SingleFileHotDeployer(File dir,
String[] watchPaths,
Collection builders,
org.apache.geronimo.kernel.config.ConfigurationStore store,
org.apache.geronimo.kernel.config.ConfigurationManager configurationManager,
boolean forceDeploy)
throws org.apache.geronimo.common.DeploymentException
- Throws:
org.apache.geronimo.common.DeploymentException
getDir
public File getDir()
getConfigurationId
public org.apache.geronimo.kernel.repository.Artifact getConfigurationId()
isForceDeploy
public boolean isForceDeploy()
wasDeployed
public boolean wasDeployed()
getGBeanInfo
public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.