com.xebialabs.deployit.plugin.was.mapper
Class WasStepGeneratingMapper<S extends java.io.Serializable,M extends com.xebialabs.deployit.ci.mapping.Mapping,T extends java.io.Serializable>

java.lang.Object
  extended by com.xebialabs.deployit.mapper.Mapper<S,M,T>
      extended by com.xebialabs.deployit.mapper.StepGeneratingMapper<S,M,T>
          extended by com.xebialabs.deployit.plugin.was.mapper.WasStepGeneratingMapper<S,M,T>
Direct Known Subclasses:
JeeArtifactToWasClusterMapper

public abstract class WasStepGeneratingMapper<S extends java.io.Serializable,M extends com.xebialabs.deployit.ci.mapping.Mapping,T extends java.io.Serializable>
extends com.xebialabs.deployit.mapper.StepGeneratingMapper<S,M,T>


Field Summary
protected  java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer
           
 
Fields inherited from class com.xebialabs.deployit.mapper.Mapper
addedMappings, allTargets, change, deletedMappings, modifiedMappings, newMappings, oldMappings
 
Constructor Summary
protected WasStepGeneratingMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change, boolean applyDefaultMappings)
           
 
Method Summary
protected  void associateVirtualHostWithWebServer(java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer, com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer eachWebServer, java.lang.String virtualHost)
           
 void setVirtualHostsPerWebServerCollector(java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer)
           
 
Methods inherited from class com.xebialabs.deployit.mapper.StepGeneratingMapper
generateAdditionSteps, generateAdditionStepsForAddedMapping, generateAdditionStepsForModifiedMapping, generateDeletionSteps, generateDeletionStepsForDeletedMapping, generateDeletionStepsForModifiedMapping
 
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
 

Field Detail

virtualHostsPerWebServer

protected java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer
Constructor Detail

WasStepGeneratingMapper

protected WasStepGeneratingMapper(com.xebialabs.deployit.Change<com.xebialabs.deployit.ci.Deployment> change,
                                  boolean applyDefaultMappings)
Method Detail

associateVirtualHostWithWebServer

protected void associateVirtualHostWithWebServer(java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer,
                                                 com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer eachWebServer,
                                                 java.lang.String virtualHost)

setVirtualHostsPerWebServerCollector

public void setVirtualHostsPerWebServerCollector(java.util.Map<com.xebialabs.deployit.plugin.apache.httpd.ci.ApacheHttpdServer,java.util.Set<java.lang.String>> virtualHostsPerWebServer)


Copyright © 2009. All Rights Reserved.