Uses of Class
org.glassfish.deployment.autodeploy.AutoDeploymentException
-
Packages that use AutoDeploymentException Package Description org.glassfish.deployment.autodeploy -
-
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.AutoDeployer.AutodeploymentStatusAutoOperation. run()Executes the operationvoidAutoDeployer. 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 serviceLocator)Creates a new instance of AutoDeployerAutoDeployer(String target, String directoryPath, String virtualServer, boolean jspPrecompilationEnabled, boolean verifierEnabled, org.glassfish.hk2.api.ServiceLocator serviceLocator)AutoDeployer(String target, String directoryPath, String virtualServer, org.glassfish.hk2.api.ServiceLocator serviceLocator)Creates a new autodeployer.
-