Class MultipleMigrateDriver

    • Method Detail

      • migrate

        public void migrate​(String fileName,
                            int operationType,
                            InstallLogger migrateLog)
                     throws InstallException
        start migrate product instances. keep this method's signature for future expansion.
        Parameters:
        fileName - the file name of the instances to migrate (reserved for future use)
        operationType - the type of migration operation to perform
        migrateLog - the installer log used to record migration progress
        Throws:
        InstallException