Class MigrationXmlReader
java.lang.Object
io.ebeaninternal.dbmigration.migrationreader.MigrationXmlReader
public class MigrationXmlReader extends Object
Reads a migration xml document returning the Migration.
-
Method Summary
Modifier and Type Method Description static Migrationread(File migrationFile)Read and return a Migration from a migration xml file.static Migrationread(InputStream is)Read and return a Migration from an xml document.static Migrationread(String resourcePath)Read and return a Migration from an xml document at the given resource path.
-
Method Details
-
read
Read and return a Migration from an xml document at the given resource path. -
read
Read and return a Migration from a migration xml file. -
read
Read and return a Migration from an xml document.
-