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