Package org.flywaydb.verb.repair
Class RepairVerbExtension
java.lang.Object
org.flywaydb.verb.repair.RepairVerbExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.extensibility.VerbExtension
public class RepairVerbExtension
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
-
RepairVerbExtension
public RepairVerbExtension()
-
-
Method Details
-
handlesVerb
- Specified by:
handlesVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-
executeVerb
- Specified by:
executeVerbin interfaceorg.flywaydb.core.extensibility.VerbExtension
-