IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.selfdefine
Class SelfDefineMigrationKit

java.lang.Object
  extended bycom.ibm.btt.tools.migration.selfdefine.SelfDefineMigrationKit

public class SelfDefineMigrationKit
extends java.lang.Object

SelfDefineMigrationKit


Field Summary
(package private) static SelfDefines selfDefines
           
 
Constructor Summary
SelfDefineMigrationKit()
           
 
Method Summary
static void doMigration()
          Do the migration of the data model and the formatter.
static java.util.Hashtable getSelfdefinelist()
           
static java.lang.String getTargetLoc()
          Get the target path which will place the migrated definition files
static void refreshList()
           
static void setSelfdefinelist(java.util.Hashtable selfdefinelist)
           
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

selfDefines

static SelfDefines selfDefines
Constructor Detail

SelfDefineMigrationKit

public SelfDefineMigrationKit()
Method Detail

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

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 -

getSelfdefinelist

public static java.util.Hashtable getSelfdefinelist()
                                             throws java.lang.Exception
Throws:
java.lang.Exception

refreshList

public static void refreshList()

setSelfdefinelist

public static void setSelfdefinelist(java.util.Hashtable selfdefinelist)

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005