|
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.DseIniMigrationKit
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 |
static DseIniMigration dseIniMigration
Constructor Detail |
public DseIniMigrationKit()
Method Detail |
public static void main(java.lang.String[] args)
public static java.lang.String getTargetLoc()
public static void setTargetLoc(java.lang.String string)
string
- public static BTT51ExtraInfo getDefaultBTT51ExtraInfo()
public static void doMigration() throws java.lang.Exception
java.lang.Exception
public static void doMigration(BTT51ExtraInfo btt51ExtraInfo) throws java.lang.Exception
btt51ExtraInfo
-
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |