Class ConfigurationMigrator
java.lang.Object
com.zachsthings.libcomponents.config.ConfigurationMigrator
A simple migrator for configurations that moves values from one key to another.
Values do not have their types converted.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConfigurationMigrator(File configFile, ConfigurationFile processor) -
Method Summary
-
Field Details
-
config
-
oldFile
-
-
Constructor Details
-
ConfigurationMigrator
-
-
Method Details
-
getMigrationKeys
-
shouldMigrate
protected abstract boolean shouldMigrate() -
migrate
-