|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.tools.migration.dseini.InformationChange
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 |
public java.util.Hashtable replacement
public java.util.Vector removedElement
Constructor Detail |
public InformationChange()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |