Uses of Class
com.xebialabs.deployit.mapper.StepGeneratingMapper

Packages that use StepGeneratingMapper
com.xebialabs.deployit.mapper The mapper framework; a way to modularize runbooks. 
com.xebialabs.deployit.mapper.artifact A number of standard artifact mappers. 
 

Uses of StepGeneratingMapper in com.xebialabs.deployit.mapper
 

Subclasses of StepGeneratingMapper in com.xebialabs.deployit.mapper
 class MappingAgnosticStepGeneratingMapper<S extends Serializable,T extends Serializable>
          A subclass of StepGeneratingMapper that provides the same functionality but does not pass the mapping object to the template methods.
 class ModificationSupportingMappingAgnosticStepGeneratingMapper<S extends Serializable,T extends Serializable>
          A subclass of ModificationSupportingStepGeneratingMapper that provides the same functionality but does not pass the mapping object to the template methods.
 class ModificationSupportingStepGeneratingMapper<S extends Serializable,M extends Mapping,T extends Serializable>
          Subclass of StepGeneratingMapper that can also generate modification steps for modified mappings.
 

Uses of StepGeneratingMapper in com.xebialabs.deployit.mapper.artifact
 

Subclasses of StepGeneratingMapper in com.xebialabs.deployit.mapper.artifact
 class ConfigurationFilesToHostMapper
          Mapper that maps ConfigurationFiles CI's to hosts with ConfigurationFilesMapping CI's.
 class LibrariesToHostMapper
          Mapper that maps ConfigurationFiles CI's to hosts with LibrariesMapping CI's.
 class SqlScriptToDatabaseMapper
           
 



Copyright © 2010. All Rights Reserved.