Interface ConfigurationManager

All Known Implementing Classes:
ConfigurationManagerImpl, LegacyConfigurationManager, ModernConfigurationManager

public interface ConfigurationManager
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flywaydb.core.api.configuration.Configuration
    getConfiguration(CommandLineArguments commandLineArguments)
     
  • Method Details

    • getConfiguration

      org.flywaydb.core.api.configuration.Configuration getConfiguration(CommandLineArguments commandLineArguments)