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 Details

    • InfoVerbExtension

      public InfoVerbExtension()
  • Method Details

    • handlesVerb

      public boolean handlesVerb(String verb)
      Specified by:
      handlesVerb in interface org.flywaydb.core.extensibility.VerbExtension
    • executeVerb

      public Object executeVerb(org.flywaydb.core.api.configuration.Configuration configuration)
      Specified by:
      executeVerb in interface org.flywaydb.core.extensibility.VerbExtension