Uses of Class
org.glassfish.deployment.autodeploy.AutoDeploymentException

Uses of AutoDeploymentException in org.glassfish.deployment.autodeploy
 

Methods in org.glassfish.deployment.autodeploy that throw AutoDeploymentException
protected  AutoDeployer.AutodeploymentStatus AutoDeployer.deploy(java.io.File deployablefile, java.io.File autodeployDir)
          Deploy any type of module.
 void AutoDeployer.setDirectory(java.lang.String directoryPath)
          Sets the directory to be scanned by the autodeployer.
 void AutoDeployer.undeployAll(java.io.File autoDeployDir, boolean includeSubdir)
          do undeployment for all deleted applications in autoDeployDir dir.
 

Constructors in org.glassfish.deployment.autodeploy that throw AutoDeploymentException
AutoDeployer(java.lang.String target, java.lang.String directoryPath, java.lang.String virtualServer, boolean jspPrecompilationEnabled, boolean verifierEnabled, boolean renameOnSuccess, boolean forceDeploy, boolean enabled, org.jvnet.hk2.component.Habitat habitat)
          Creates a new instance of AutoDeployer
AutoDeployer(java.lang.String target, java.lang.String directoryPath, java.lang.String virtualServer, boolean jspPrecompilationEnabled, boolean verifierEnabled, org.jvnet.hk2.component.Habitat habitat)
           
AutoDeployer(java.lang.String target, java.lang.String directoryPath, java.lang.String virtualServer, org.jvnet.hk2.component.Habitat habitat)
          Creates a new autodeployer.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.