Class AbstractPostDeploymentProcessor

java.lang.Object
org.craftercms.deployer.impl.processors.AbstractDeploymentProcessor
org.craftercms.deployer.impl.processors.AbstractPostDeploymentProcessor
All Implemented Interfaces:
DeploymentProcessor, InitializableByConfigBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
Direct Known Subclasses:
FileOutputProcessor, MailNotificationProcessor

public abstract class AbstractPostDeploymentProcessor extends AbstractDeploymentProcessor
Base class for DeploymentProcessors that are executed during the post deployment phase, which is the phase that happens after all the files from the change set have been processed.
Author:
avasquez