public interface ModuleDeploymentListener<T extends ArchiveProfile>
extends java.util.EventListener
| 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.
|
void profileCreated(T profile, DeployShell shell) throws VetoableDeployException
profile - the Deployment Profileshell - the context for this Deployment.VetoableDeployException - thrown to prevent editingvoid profileWillSave(T profile, DeployShell shell) throws VetoableDeployException
profile - shell - the context for the Deployment.VetoableDeployException - thrown to prevent a save of the Profile.void profileWillExpand(T profile, DeployShell shell) throws VetoableDeployException
profile - shell - the context for the Deployment.VetoableDeployExceptionvoid profileExpanded(T profile, DeployShell shell) throws VetoableDeployException
profile - shell - the context for the Deployment.VetoableDeployExceptionvoid moduleWillPackage(T profile, DeployShell shell) throws VetoableDeployException
profile - shell - VetoableDeployExceptionvoid modulePackaged(T profile, DeployShell shell) throws VetoableDeployException
profile - shell - VetoableDeployExceptionvoid moduleWillDistribute(T profile, DeployShell shell)
profile - shell - void moduleDistributed(T profile, DeployShell shell)
profile - shell - void deploymentCancelled(T profile, DeployShell shell)
profile - shell -