IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.dseini
Class InformationChange

java.lang.Object
  extended bycom.ibm.btt.tools.migration.dseini.InformationChange

public class InformationChange
extends java.lang.Object

InformationChange It is just a mapping table for the replacement from the original one to the new one. In default, it only contains the replacement information of the differences between BTT 4.3 and BTT 5.1


Field Summary
 java.util.Vector removedElement
          List of the element that will be removed form dse.ini file
 java.util.Hashtable replacement
          Mapping Table for the information replacement Key is the information will be replaced Data is the new information will be used
 
Constructor Summary
InformationChange()
          Default Contructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

replacement

public java.util.Hashtable replacement
Mapping Table for the information replacement Key is the information will be replaced Data is the new information will be used


removedElement

public java.util.Vector removedElement
List of the element that will be removed form dse.ini file

Constructor Detail

InformationChange

public InformationChange()
Default Contructor. It will set the mapping table information


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005