Class MySQLDatabaseExtension

  • All Implemented Interfaces:
    org.flywaydb.core.extensibility.Plugin, org.flywaydb.core.extensibility.PluginMetadata

    public class MySQLDatabaseExtension
    extends java.lang.Object
    implements org.flywaydb.core.extensibility.PluginMetadata
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.flywaydb.core.extensibility.PluginMetadata

        getConfigurationParameters, getDocumentationLink, getExample, getFlags, getHelpText, getUsage
    • Constructor Detail

      • MySQLDatabaseExtension

        public MySQLDatabaseExtension()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface org.flywaydb.core.extensibility.PluginMetadata