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