Package org.flywaydb.verb.schemas
Class SchemasVerbExtension
java.lang.Object
org.flywaydb.core.extensibility.CachingVerbExtension
org.flywaydb.verb.schemas.SchemasVerbExtension
- All Implemented Interfaces:
Comparable<org.flywaydb.core.extensibility.Plugin>,org.flywaydb.core.extensibility.Plugin,org.flywaydb.core.extensibility.VerbExtension
public class SchemasVerbExtension
extends org.flywaydb.core.extensibility.CachingVerbExtension
-
Field Summary
Fields inherited from class org.flywaydb.core.extensibility.CachingVerbExtension
cached -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteVerb(org.flywaydb.core.api.configuration.Configuration configuration) booleanhandlesVerb(String verb) Methods inherited from class org.flywaydb.core.extensibility.CachingVerbExtension
useCachingMethods 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
-
SchemasVerbExtension
public SchemasVerbExtension()
-
-
Method Details
-
handlesVerb
-
executeVerb
-