public class MigrationRules<T extends AbstractMigrationRule> extends Object
| Constructor and Description |
|---|
MigrationRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(T migrationRule) |
Iterable<T> |
rulesBetweenVersions(String fromVersion,
String toVersion) |