Class MySQLOptionFileReader

java.lang.Object
org.flywaydb.authentication.mysql.MySQLOptionFileReader
All Implemented Interfaces:
org.flywaydb.core.internal.authentication.ExternalAuthFileReader

public class MySQLOptionFileReader extends Object implements org.flywaydb.core.internal.authentication.ExternalAuthFileReader
  • Field Details

    • optionFiles

      public final List<String> optionFiles
  • Constructor Details

    • MySQLOptionFileReader

      public MySQLOptionFileReader()
  • Method Details

    • getAllContents

      public List<String> getAllContents()
      Specified by:
      getAllContents in interface org.flywaydb.core.internal.authentication.ExternalAuthFileReader
    • populateOptionFiles

      public void populateOptionFiles()