IBM Branch Transformation Toolkit Javadoc

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

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

public class DseIniMigration
extends java.lang.Object

FormatterServiceClientParm A data bean to contain the information of Formatter which need to add into dse.ini fiel


Field Summary
(package private)  java.lang.String sourceLoc
           
(package private)  java.lang.String targetLoc
           
 
Constructor Summary
DseIniMigration()
           
 
Method Summary
 void doMigration()
          Do dse.ini file migration with the default value.
 void doMigration(BTT51ExtraInfo btt51ExtraInfo)
          Do dse.ini file migration with BTT51ExtraInfo.
 BTT51ExtraInfo getDefaultBTT51ExtraInfo()
          Get the instance of BTT51ExtraInfo with the default value
 java.lang.String getTargetLoc()
          Get the target path which will place the migrated dse.ini file
static void main(java.lang.String[] args)
           
 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

sourceLoc

java.lang.String sourceLoc

targetLoc

java.lang.String targetLoc
Constructor Detail

DseIniMigration

public DseIniMigration()
Method Detail

main

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

doMigration

public void doMigration()
                 throws java.lang.Exception
Do dse.ini file migration with the default value. The BTT environment has to be initialized first by useing the dse.ini which will be migrated.

Throws:
java.lang.Exception

doMigration

public void doMigration(BTT51ExtraInfo btt51ExtraInfo)
                 throws java.lang.Exception
Do dse.ini file migration with BTT51ExtraInfo. The BTT environment has to be initialized first by useing the dse.ini which will be migrated.

Parameters:
btt51ExtraInfo -
Throws:
java.lang.Exception

getDefaultBTT51ExtraInfo

public BTT51ExtraInfo getDefaultBTT51ExtraInfo()
Get the instance of BTT51ExtraInfo with the default value

Returns:
BTT51ExtraInfo

getTargetLoc

public java.lang.String getTargetLoc()
Get the target path which will place the migrated dse.ini file

Returns:
String the path will place the migrated dse.ini file

setTargetLoc

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

Parameters:
string -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005