org.apache.geronimo.deployment
Class SingleFileHotDeployer

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.geronimo.kernel.repository.Artifact getConfigurationId()
           
 File getDir()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 boolean isForceDeploy()
           
 boolean wasDeployed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

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
Method Detail

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.