Interface ConfigurationMigrator


public interface ConfigurationMigrator
A configuration migrator migrate the settings of a configuration to a newer version.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Migrate the given configuration to the current version.
  • Method Details

    • migrate

      void migrate(Configuration config)
      Migrate the given configuration to the current version.
      Parameters:
      config - the configuration
      Since:
      inetcore 1.0