| Modifier and Type | Method and Description |
|---|---|
protected AutoDeployer.AutodeploymentStatus |
AutoDeployer.deploy(File deployablefile,
File autodeployDir)
Deploy any type of module.
|
void |
AutoDeployer.setDirectory(String directoryPath)
Sets the directory to be scanned by the autodeployer.
|
void |
AutoDeployer.undeployAll(File autoDeployDir,
boolean includeSubdir)
do undeployment for all deleted applications in autoDeployDir dir.
|
| Constructor and 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 AutoDeployer
|
AutoDeployer(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.
|
Copyright © 2019. All rights reserved.