org.apache.geronimo.deployment
Class SingleFileHotDeployer
java.lang.Object
org.apache.geronimo.deployment.SingleFileHotDeployer
public class SingleFileHotDeployer
- extends Object
Constructor Summary |
SingleFileHotDeployer(File dir,
String[] watchPaths,
Collection builders,
ConfigurationStore store,
ConfigurationManager configurationManager,
boolean forceDeploy)
|
SingleFileHotDeployer(String path,
ServerInfo serverInfo,
String[] watchPaths,
Collection builders,
ConfigurationStore store,
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 GBeanInfo GBEAN_INFO
SingleFileHotDeployer
public SingleFileHotDeployer(String path,
ServerInfo serverInfo,
String[] watchPaths,
Collection builders,
ConfigurationStore store,
ConfigurationManager configurationManager,
boolean forceDeploy)
throws DeploymentException
- Throws:
DeploymentException
SingleFileHotDeployer
public SingleFileHotDeployer(File dir,
String[] watchPaths,
Collection builders,
ConfigurationStore store,
ConfigurationManager configurationManager,
boolean forceDeploy)
throws DeploymentException
- Throws:
DeploymentException
getDir
public File getDir()
getConfigurationId
public Artifact getConfigurationId()
isForceDeploy
public boolean isForceDeploy()
wasDeployed
public boolean wasDeployed()
getGBeanInfo
public static GBeanInfo getGBeanInfo()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.