Package com.inet.config
Interface ConfigurationMigrator
public interface ConfigurationMigrator
A configuration migrator migrate the settings of a configuration to a newer version.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
migrate
(Configuration config) Migrate the given configuration to the current version.
-
Method Details
-
migrate
Migrate the given configuration to the current version.- Parameters:
config
- the configuration- Since:
- inetcore 1.0
-