Class AbstractMainDeploymentProcessor

java.lang.Object
org.craftercms.deployer.impl.processors.AbstractDeploymentProcessor
org.craftercms.deployer.impl.processors.AbstractMainDeploymentProcessor
All Implemented Interfaces:
DeploymentProcessor, InitializableByConfigBean, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
Direct Known Subclasses:
AbstractRemoteGitRepoAwareProcessor, AbstractS3Processor, AbstractSearchIndexingProcessor, CloudFrontInvalidationProcessor, CommandLineProcessor, DelayProcessor, FileBasedDeploymentEventProcessor, FindAndReplaceProcessor, GitDiffProcessor, GitUpdateCommitIdProcessor, HttpMethodCallProcessor, ScriptProcessor

public abstract class AbstractMainDeploymentProcessor extends AbstractDeploymentProcessor
Base class for DeploymentProcessors that are executed during the main deployment phase, which is the phase where the change set is retrieved and the files are processed.
Author:
avasquez