Package com.ibm.di.migamc
Class MigrateAmcProperties
- java.lang.Object
-
- com.ibm.di.migamc.MigrateAmcProperties
-
public class MigrateAmcProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MigrateAmcProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static int
migrateFile()
Migrates the input file to the TDI 7.1 level.
-
-
-
Method Detail
-
migrateFile
public static int migrateFile()
Migrates the input file to the TDI 7.1 level. It assumes the input file amc.properties file. The input file (and optional backup file) should have been set in the parseGeneralOptions method which must be called before calling this method.- Returns:
- 1 is returned if the file is successful. -1 is returned if any error occurs while trying to migrate the file including if the file cannot be backed up to the specified location or if the file to migrate cannot be written to.
-
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
-
-