public class Migration extends Object implements Comparable
| Constructor and Description |
|---|
Migration(String version,
File migrationFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
String |
getName() |
String |
getVersion() |
void |
migrate(String encoding) |
Copyright © 2016 JavaLite. All rights reserved.