Class LegacyConfigurationManager
java.lang.Object
org.flywaydb.commandline.configuration.LegacyConfigurationManager
- All Implemented Interfaces:
ConfigurationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.flywaydb.core.api.configuration.ConfigurationgetConfiguration(CommandLineArguments commandLineArguments) protected voidloadConfigurationFromConfigFiles(Map<String, String> config, CommandLineArguments commandLineArguments, Map<String, String> envVars)
-
Constructor Details
-
LegacyConfigurationManager
public LegacyConfigurationManager()
-
-
Method Details
-
getConfiguration
public org.flywaydb.core.api.configuration.Configuration getConfiguration(CommandLineArguments commandLineArguments) - Specified by:
getConfigurationin interfaceConfigurationManager
-
loadConfigurationFromConfigFiles
-