|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.migam.MigrateAmConfig
public class MigrateAmConfig
The MigrateAmConfig class is a small program that will migrate any am.properties file from TDI 6.0, TDI 6.1, or 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 | |
---|---|
MigrateAmConfig()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrateAmConfig()
Method Detail |
---|
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 |