org.apache.geronimo.deployment
Class SingleFileHotDeployer

java.lang.Object
  extended by org.apache.geronimo.deployment.SingleFileHotDeployer

public class SingleFileHotDeployer
extends Object


Field Summary
static GBeanInfo GBEAN_INFO
           
 
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)
           
 
Method Summary
 Artifact getConfigurationId()
           
 File getDir()
           
static 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 GBeanInfo GBEAN_INFO
Constructor Detail

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

getDir

public File getDir()

getConfigurationId

public Artifact getConfigurationId()

isForceDeploy

public boolean isForceDeploy()

wasDeployed

public boolean wasDeployed()

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.