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 Modifier and Type Method Description protected AutoDeployer.AutodeploymentStatusAutoDeployer. deploy(File deployablefile, File autodeployDir)Deploy any type of module.voidAutoDeployer. setDirectory(String directoryPath)Sets the directory to be scanned by the autodeployer.voidAutoDeployer. undeployAll(File autoDeployDir, boolean includeSubdir)do undeployment for all deleted applications in autoDeployDir dir.Constructors in org.glassfish.deployment.autodeploy that throw AutoDeploymentException Constructor Description AutoDeployer(String target, String directoryPath, String virtualServer, boolean jspPrecompilationEnabled, boolean verifierEnabled, boolean renameOnSuccess, boolean forceDeploy, boolean enabled, org.glassfish.hk2.api.ServiceLocator habitat)Creates a new instance of AutoDeployerAutoDeployer(String target, String directoryPath, String virtualServer, boolean jspPrecompilationEnabled, boolean verifierEnabled, org.glassfish.hk2.api.ServiceLocator habitat)AutoDeployer(String target, String directoryPath, String virtualServer, org.glassfish.hk2.api.ServiceLocator habitat)Creates a new autodeployer.
-