| org.jboss.services.deployment.DeploymentService
DEFAULT_DEPLOY_DIR | final public static String DEFAULT_DEPLOY_DIR(Code) | | where modules are moved for hot deployment
|
DEFAULT_TEMPLATE_DIR | final public static String DEFAULT_TEMPLATE_DIR(Code) | | where to look for templates
|
DEFAULT_UNDEPLOY_DIR | final public static String DEFAULT_UNDEPLOY_DIR(Code) | | where modules are created/removed
|
DeploymentService | public DeploymentService()(Code) | | CTOR
|
getTemplateDir | public String getTemplateDir()(Code) | | Returns the templateDir. |
listModuleTemplates | public Set listModuleTemplates()(Code) | | |
removeModule | public boolean removeModule(String module)(Code) | | |
setDeployDir | public void setDeployDir(String deployDir)(Code) | | |
setTemplateDir | public void setTemplateDir(String templateDir)(Code) | | Parameters: templateDir - The templateDir to set. |
setUndeployDir | public void setUndeployDir(String undeployDir)(Code) | | |
stopService | public void stopService()(Code) | | |
uploadLibrary | public boolean uploadLibrary(URL src, String filename)(Code) | | Upload a new library to server lib dir. A different
filename may be specified, when writing the library.
If the target filename exists, upload is not performed.
Parameters: src - the source url to copy Parameters: filename - the filename to use when copying (optional) true if upload was succesful, false otherwise |
|
|