| Interface | Description |
|---|---|
| DirectoryScanner |
Interface defining a method for filtering out deployable compenets.
|
| Class | Description |
|---|---|
| AutoDeployConstants |
constants detail
|
| AutoDeployDirectoryScanner |
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).
|
| AutoDeployedFilesManager |
Contains the status of list of files that have been autodeployed.
|
| AutoDeployedFilesManager.UndeployRequestedFile | |
| AutoDeployer |
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().
|
| AutoDeploymentOperation |
Performs a single auto-deployment operation for a single file.
|
| AutodeployRetryManager |
Manages retrying of autodeployed files in case a file is copied slowly.
|
| AutoDeployService |
A service wrapper around the autodeployer.
|
| AutoOperation |
Abstract class for operations the AutoDeployer can perform (currently
deploy and undeploy).
|
| AutoUndeploymentOperation |
Performs a single auto-undeploy operation for a single file.
|
| Enum | Description |
|---|---|
| AutoDeployer.AutodeploymentStatus |
| Exception | Description |
|---|---|
| AutoDeploymentException |
AutoDeploymentException
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.