Uses of Class
com.ibm.di.migration.ChangeDescription

Packages that use ChangeDescription
com.ibm.di.migam Provides classes for migrating Action Manager properties. 
com.ibm.di.migration   
com.ibm.di.migration.plugin   
 

Uses of ChangeDescription in com.ibm.di.migam
 

Methods in com.ibm.di.migam that return types with arguments of type ChangeDescription
protected  java.util.List<ChangeDescription> MigrateAmConfig.defineChanges(java.util.Map<java.lang.String,java.lang.String> props)
           
 

Uses of ChangeDescription in com.ibm.di.migration
 

Methods in com.ibm.di.migration that return types with arguments of type ChangeDescription
protected abstract  java.util.List<ChangeDescription> BaseMigrationUtility.defineChanges(java.util.Map<java.lang.String,java.lang.String> props)
          Defines the changes that will be done over the properties of the source file.
 

Methods in com.ibm.di.migration with parameters of type ChangeDescription
protected  void BaseMigrationUtility.performPropertyAddition(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> props, ChangeDescription change)
          Perform actual addition of the new property.
protected  void BaseMigrationUtility.performPropertyCommenting(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> props, ChangeDescription change)
          Perform actual commenting of an existing property.
protected  void BaseMigrationUtility.performPropertyDeletion(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> propsAvailable, ChangeDescription change)
          Perform actual deletion of the existing property.
protected  void BaseMigrationUtility.performPropertyModification(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> props, ChangeDescription change)
          Perform actual modification of the existing property.
protected  void BaseMigrationUtility.performPropertyUncommenting(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> props, ChangeDescription change)
          Perform actual uncommenting of the commented property.
 

Method parameters in com.ibm.di.migration with type arguments of type ChangeDescription
protected  void BaseMigrationUtility.applyChanges(java.lang.StringBuilder sb, java.util.Map<java.lang.String,java.lang.String> props, java.util.List<ChangeDescription> chngs)
          Called to apply the defined changes to the in-memory buffer.
 

Uses of ChangeDescription in com.ibm.di.migration.plugin
 

Methods in com.ibm.di.migration.plugin that return types with arguments of type ChangeDescription
protected  java.util.List<ChangeDescription> PluginMigrationUtility.defineChanges(java.util.Map<java.lang.String,java.lang.String> props)