All Classes and Interfaces
Class
Description
constants detail
Implementation of Directory scanner for autodeployment
Providing functionality for scanning the input source directory
and return the list of deployable components for autodeployment.
Provide the list of deployable modules/application, depending upon the "type" entry
passed to getAllDeployableEntity(File autodeployDir, String type).
Contains the status of list of files that have been autodeployed.
Handles the logic of deploying the module/app to the required destination.
The destination is specified on the constructor and can be modified by
calling setTarget().
AutoDeploymentException
Performs a single auto-deployment operation for a single file.
Manages retrying of autodeployed files in case a file is copied slowly.
A service wrapper around the autodeployer.
Abstract class for operations the AutoDeployer can perform (currently
deploy and undeploy).
Performs a single auto-undeploy operation for a single file.
Interface defining a method for filtering out deployable compenets.