Uses of Class
org.glassfish.deployment.autodeploy.AutoDeploymentException
-
Uses of AutoDeploymentException in org.glassfish.deployment.autodeploy
Methods in org.glassfish.deployment.autodeploy that throw AutoDeploymentExceptionModifier and TypeMethodDescriptionprotected AutoDeployer.AutodeploymentStatusDeploy 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 AutoDeploymentExceptionModifierConstructorDescriptionAutoDeployer(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.