|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.miggbl.MigrateGlobalProperties
public class MigrateGlobalProperties
The MigrateGlobalProperties class is a small program that will migrate any global.properties (or solutions.properties) file from TDI 6.0, TDI 6.1, TDI 6.1.1 to TDI 7.0. See the main method for information of valid parameters that can be passed into the command. The program relies on the icu4j library for globalization. It relies on log4j for logging.
Constructor Summary | |
---|---|
MigrateGlobalProperties()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The main method of the Migrate Global Properties Command. |
static int |
migrateFile()
Migrates the input file to the TDI 7.0 level. |
static boolean |
mustMigrateDerby(java.lang.StringBuilder globalPropNewBuf)
Determine the file has old derby information and needs to be migrated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrateGlobalProperties()
Method Detail |
---|
public static boolean mustMigrateDerby(java.lang.StringBuilder globalPropNewBuf)
globalPropNewBuf
- The string buffer to look in that represents the file. This is
the file content that should be search through and should be a
global/solution.properties file.
public static int migrateFile()
public static void main(java.lang.String[] args)
args
- The arguments passed into the command. Valid arguments are:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |