IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration
Class DseIniMigrationKit

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

public class DseIniMigrationKit
extends java.lang.Object

DseIniMigrationKit The entry of the migration module of DSE.ini. It provides the interfaces to perform the necessary tasks.


Field Summary
(package private) static DseIniMigration dseIniMigration
           
 
Constructor Summary
DseIniMigrationKit()
           
 
Method Summary
static void doMigration()
          Do DSE.ini file migration with the default value directly.
static void doMigration(BTT51ExtraInfo btt51ExtraInfo)
          Do DSE.ini file migration with the input parameter BTT51ExtraInfo.
static BTT51ExtraInfo getDefaultBTT51ExtraInfo()
          Get the BTT 51 extra informaton bean with the default value
static java.lang.String getTargetLoc()
          Get the target path which will place the migrated dse.ini file
static void main(java.lang.String[] args)
           
static void setTargetLoc(java.lang.String string)
          Set the target path which will place the migrated dse.ini file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dseIniMigration

static DseIniMigration dseIniMigration
Constructor Detail

DseIniMigrationKit

public DseIniMigrationKit()
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 dse.ini file

Returns:
String the target path which will place the migrate dse.ini file

setTargetLoc

public static void setTargetLoc(java.lang.String string)
Set the target path which will place the migrated dse.ini file

Parameters:
string -

getDefaultBTT51ExtraInfo

public static BTT51ExtraInfo getDefaultBTT51ExtraInfo()
Get the BTT 51 extra informaton bean with the default value

Returns:
BTT51ExtraInfo

doMigration

public static void doMigration()
                        throws java.lang.Exception
Do DSE.ini file migration with the default value directly. One thing has to be awared is the BTT environment has to be initialized file based on the dse.ini file that will be migrated.

Throws:
java.lang.Exception

doMigration

public static void doMigration(BTT51ExtraInfo btt51ExtraInfo)
                        throws java.lang.Exception
Do DSE.ini file migration with the input parameter BTT51ExtraInfo. One thing has to be awared is the BTT environment has to be initialized file based on the dse.ini file that will be migrated.

Parameters:
btt51ExtraInfo -
Throws:
java.lang.Exception

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005