com.xebialabs.deployit.plugin.apache.httpd.mapper
Class StaticContentToApacheHttpdServerMapper

java.lang.Object
  extended by com.xebialabs.deployit.mapper.Mapper<S,M,T>
      extended by com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.StaticContent,com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping,ApacheHttpdServer>
          extended by com.xebialabs.deployit.plugin.apache.httpd.mapper.StaticContentToApacheHttpdServerMapper

public class StaticContentToApacheHttpdServerMapper
extends com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.StaticContent,com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping,ApacheHttpdServer>


Field Summary
 
Fields inherited from class com.xebialabs.deployit.mapper.Mapper
addedMappings, change, deletedMappings, modifiedMappings, newMappings, oldMappings
 
Constructor Summary
StaticContentToApacheHttpdServerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
           
 
Method Summary
protected  void generateAdditionStepsForAddedMapping(com.xebialabs.deployit.ci.artifact.StaticContent newSource, com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping newMapping, ApacheHttpdServer newTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void generateDeletionStepsForDeletedMapping(com.xebialabs.deployit.ci.artifact.StaticContent oldSource, com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping oldMapping, ApacheHttpdServer oldTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
 void setDefaults(com.xebialabs.deployit.ci.Deployment d, com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping m)
           
 
Methods inherited from class com.xebialabs.deployit.mapper.StepGeneratingMapper
generateAdditionSteps, generateAdditionStepsForModifiedMapping, generateDeletionSteps, generateDeletionStepsForModifiedMapping
 
Methods inherited from class com.xebialabs.deployit.mapper.Mapper
getAddedMappings, getAffectedTargets, getAllTargets, getDeletedMappings, getModifiedMappings, getNewTargets, getOldTargets, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticContentToApacheHttpdServerMapper

public StaticContentToApacheHttpdServerMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change)
Method Detail

generateAdditionStepsForAddedMapping

protected void generateAdditionStepsForAddedMapping(com.xebialabs.deployit.ci.artifact.StaticContent newSource,
                                                    com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping newMapping,
                                                    ApacheHttpdServer newTarget,
                                                    java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.StaticContent,com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping,ApacheHttpdServer>

generateDeletionStepsForDeletedMapping

protected void generateDeletionStepsForDeletedMapping(com.xebialabs.deployit.ci.artifact.StaticContent oldSource,
                                                      com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping oldMapping,
                                                      ApacheHttpdServer oldTarget,
                                                      java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.StepGeneratingMapper<com.xebialabs.deployit.ci.artifact.StaticContent,com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping,ApacheHttpdServer>

setDefaults

public void setDefaults(com.xebialabs.deployit.ci.Deployment d,
                        com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping m)
Overrides:
setDefaults in class com.xebialabs.deployit.mapper.Mapper<com.xebialabs.deployit.ci.artifact.StaticContent,com.xebialabs.deployit.ci.artifact.mapping.StaticContentMapping,ApacheHttpdServer>


Copyright © 2010. All Rights Reserved.