com.xebialabs.deployit.plugin.wls.mapper
Class WlsForeignJmsConnectionFactoryToWlsClusterMapper

java.lang.Object
  extended by com.xebialabs.deployit.mapper.Mapper<S,M,T>
      extended by com.xebialabs.deployit.mapper.StepGeneratingMapper<S,com.xebialabs.deployit.ci.mapping.Mapping,T>
          extended by com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper<WlsForeignJmsConnectionFactory,WlsCluster>
              extended by com.xebialabs.deployit.plugin.wls.mapper.WlsForeignJmsConnectionFactoryToWlsClusterMapper

public class WlsForeignJmsConnectionFactoryToWlsClusterMapper
extends com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper<WlsForeignJmsConnectionFactory,WlsCluster>


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

Constructor Detail

WlsForeignJmsConnectionFactoryToWlsClusterMapper

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

generateAdditionStepsForAddedMapping

protected void generateAdditionStepsForAddedMapping(WlsForeignJmsConnectionFactory newSource,
                                                    WlsCluster newTarget,
                                                    java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateAdditionStepsForAddedMapping in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper<WlsForeignJmsConnectionFactory,WlsCluster>

generateDeletionStepsForDeletedMapping

protected void generateDeletionStepsForDeletedMapping(WlsForeignJmsConnectionFactory oldSource,
                                                      WlsCluster oldTarget,
                                                      java.util.List<com.xebialabs.deployit.Step> steps)
Specified by:
generateDeletionStepsForDeletedMapping in class com.xebialabs.deployit.mapper.MappingAgnosticStepGeneratingMapper<WlsForeignJmsConnectionFactory,WlsCluster>


Copyright © 2009. All Rights Reserved.