public abstract class CSVResolvedMigrationBase<R extends org.flywaydb.core.internal.resource.Resource> extends Object implements org.flywaydb.core.api.resolver.ResolvedMigration
| Modifier and Type | Method and Description |
|---|---|
Integer |
getChecksum() |
String |
getPhysicalLocation() |
String |
getScript() |
org.flywaydb.core.api.MigrationType |
getType() |
protected abstract LineProvider |
openResource() |
public final String getScript()
getScript in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic final Integer getChecksum()
getChecksum in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic final org.flywaydb.core.api.MigrationType getType()
getType in interface org.flywaydb.core.api.resolver.ResolvedMigrationpublic final String getPhysicalLocation()
getPhysicalLocation in interface org.flywaydb.core.api.resolver.ResolvedMigrationprotected abstract LineProvider openResource() throws IOException
IOException