Class ReaderFactory

java.lang.Object
org.flywaydb.nc.readers.ReaderFactory

public class ReaderFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> org.flywaydb.core.internal.nc.Reader<T>
    getReader(org.flywaydb.core.internal.nc.NativeConnectorsDatabase experimentalDatabase, org.flywaydb.core.api.configuration.Configuration configuration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReaderFactory

      public ReaderFactory()
  • Method Details

    • getReader

      public static <T> org.flywaydb.core.internal.nc.Reader<T> getReader(org.flywaydb.core.internal.nc.NativeConnectorsDatabase experimentalDatabase, org.flywaydb.core.api.configuration.Configuration configuration)