Class DefaultRecoveryFileGenerator

    • Constructor Detail

      • DefaultRecoveryFileGenerator

        public DefaultRecoveryFileGenerator​(org.springframework.transaction.PlatformTransactionManager transactionManager)
    • Method Detail

      • generate

        public void generate​(File upgradeRecoveryfile)
        Description copied from interface: RecoveryFileGenerator
        Generates an upgrade recovery file.

        If the file does not exist, it will be created. If the file exists, it will be overridden

        Specified by:
        generate in interface RecoveryFileGenerator
        Parameters:
        upgradeRecoveryfile - name of the file to generate