Interface FileMigrator


public interface FileMigrator
Rewrites config files whose layout changed between releases, so an existing setup keeps working after an update. One method per version that needed a change.
  • Method Details

    • migration_1_11_1

      FilePack migration_1_11_1(FilePack files)
      Applies the changes introduced in 1.11.1.
      Parameters:
      files - the current files
      Returns:
      the migrated files
    • migration_1_12_3

      FilePack migration_1_12_3(FilePack files)
      Applies the changes introduced in 1.12.3.
      Parameters:
      files - the current files
      Returns:
      the migrated files