de.factoryfx.data.storage.DataMigration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of data Show documentation
Show all versions of data Show documentation
factoryfx dependency injection framework
The newest version!
package de.factoryfx.data.storage;
public interface DataMigration {
boolean canMigrate(int dataModelVersion);
String migrate(String data);
int migrateResultVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy