public class DefaultModuleDeploymentListener<T extends ArchiveProfile> extends java.lang.Object implements ModuleDeploymentListener<T>
| Constructor and Description |
|---|
DefaultModuleDeploymentListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
deploymentCancelled(T profile,
DeployShell shell)
Called if the deployment is cancelled, either because of an error, or another
listener throwing a VetoableDeployException.
|
void |
moduleDistributed(T profile,
DeployShell shell)
Called after the packaged module has finished distributing successfully
to a remote target.
|
void |
modulePackaged(T profile,
DeployShell shell)
Called after the Packaging Deployer for the Profile has executed.
|
void |
moduleWillDistribute(T profile,
DeployShell shell)
Called before the packaged module has been sent to an external target.
|
void |
moduleWillPackage(T profile,
DeployShell shell)
Called before the Packaging Deployer for the Profile executes.
|
void |
profileCreated(T profile,
DeployShell shell)
Called before a Deployment Profile is opened for editing.
|
void |
profileExpanded(T profile,
DeployShell shell)
Called after all filegroups have been expanded to actual file URLs.
|
void |
profileWillExpand(T profile,
DeployShell shell)
Called before the Project and Workspace files are enumerated to determine
filegroup matches.
|
void |
profileWillSave(T profile,
DeployShell shell)
Called after a Profile has been edited, but before it is closed and saved.
|
public void moduleWillPackage(T profile, DeployShell shell)
ModuleDeploymentListenermoduleWillPackage in interface ModuleDeploymentListener<T extends ArchiveProfile>public void modulePackaged(T profile, DeployShell shell)
ModuleDeploymentListenermodulePackaged in interface ModuleDeploymentListener<T extends ArchiveProfile>public void moduleWillDistribute(T profile, DeployShell shell)
ModuleDeploymentListenermoduleWillDistribute in interface ModuleDeploymentListener<T extends ArchiveProfile>public void moduleDistributed(T profile, DeployShell shell)
ModuleDeploymentListenermoduleDistributed in interface ModuleDeploymentListener<T extends ArchiveProfile>public void deploymentCancelled(T profile, DeployShell shell)
ModuleDeploymentListenerdeploymentCancelled in interface ModuleDeploymentListener<T extends ArchiveProfile>public void profileCreated(T profile, DeployShell shell)
ModuleDeploymentListenerprofileCreated in interface ModuleDeploymentListener<T extends ArchiveProfile>profile - the Deployment Profileshell - the context for this Deployment.public void profileWillSave(T profile, DeployShell shell)
ModuleDeploymentListenerprofileWillSave in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.public void profileWillExpand(T profile, DeployShell shell)
ModuleDeploymentListenerprofileWillExpand in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.public void profileExpanded(T profile, DeployShell shell)
ModuleDeploymentListenerprofileExpanded in interface ModuleDeploymentListener<T extends ArchiveProfile>shell - the context for the Deployment.