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 © 2020 JavaLite. All rights reserved.