Package org.flywaydb.verb.migrate
Class MigrateVerbExtension
java.lang.Object
org.flywaydb.verb.migrate.MigrateVerbExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.extensibility.VerbExtension
public class MigrateVerbExtension
extends Object
implements org.flywaydb.core.extensibility.VerbExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteVerb(org.flywaydb.core.api.configuration.Configuration configuration) booleanhandlesVerb(String verb) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flywaydb.core.extensibility.Plugin
compareTo, copy, getName, getPluginVersion, getPriority, isEnabled, isLicensed
-
Constructor Details
-
MigrateVerbExtension
public MigrateVerbExtension()
-
-
Method Details
-
handlesVerb
- Specified by:
handlesVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-
executeVerb
- Specified by:
executeVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-