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 Summary
Modifier and TypeMethodDescriptionmigration_1_11_1(FilePack files) Applies the changes introduced in 1.11.1.migration_1_12_3(FilePack files) Applies the changes introduced in 1.12.3.
-
Method Details
-
migration_1_11_1
-
migration_1_12_3
-