Class MigrationXmlReader
java.lang.Object
io.ebeaninternal.dbmigration.migrationreader.MigrationXmlReader
Reads a migration xml document returning the Migration.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MigrationRead and return a Migration from a migration xml file.static Migrationread(InputStream is)Read and return a Migration from an xml document.static MigrationRead 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.
-