IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration
Class CHAandFormatMigrationKit

java.lang.Object
  extended bycom.ibm.btt.tools.migration.CHAandFormatMigrationKit

public class CHAandFormatMigrationKit
extends java.lang.Object

CHAandFormatMigrationKit The entry of the migration module of Data Model and Formatter. It provides the interfaces to perform the necessary tasks.


Field Summary
(package private) static CHAandFormatterMigration chaFormatterMigration
           
 
Constructor Summary
CHAandFormatMigrationKit()
           
 
Method Summary
static void doMigration()
          Do the migration of the data model and the formatter.
static java.lang.String getTargetLoc()
          Get the target path which will place the migrated definition files
static void main(java.lang.String[] args)
           
static void setTargetLoc(java.lang.String string)
          Set the target path which will place the migrated definition files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chaFormatterMigration

static CHAandFormatterMigration chaFormatterMigration
Constructor Detail

CHAandFormatMigrationKit

public CHAandFormatMigrationKit()
Method Detail

main

public static void main(java.lang.String[] args)

getTargetLoc

public static java.lang.String getTargetLoc()
Get the target path which will place the migrated definition files

Returns:
String the target path which will place the migrate definition files

setTargetLoc

public static void setTargetLoc(java.lang.String string)
Set the target path which will place the migrated definition files

Parameters:
string -

doMigration

public static void doMigration()
                        throws java.lang.Exception
Do the migration of the data model and the formatter. One thing has to be awared is the BTT environment has to be initialized file based on the dse.ini file which these definetion located

Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005