Class MySQLOptionFileReader

  • All Implemented Interfaces:
    org.flywaydb.core.internal.authentication.ExternalAuthFileReader

    public class MySQLOptionFileReader
    extends java.lang.Object
    implements org.flywaydb.core.internal.authentication.ExternalAuthFileReader
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> optionFiles  
    • Field Detail

      • optionFiles

        public final java.util.List<java.lang.String> optionFiles
    • Constructor Detail

      • MySQLOptionFileReader

        public MySQLOptionFileReader()
    • Method Detail

      • getAllContents

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

        public void populateOptionFiles()