Package org.flywaydb.commandline
Class Main
java.lang.Object
org.flywaydb.commandline.Main
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidloadConfigurationFromConfigFiles(Map<String, String> config, CommandLineArguments commandLineArguments, Map<String, String> envVars) static voidprotected static booleanneedsPassword(String url, String username) Detect whether the JDBC URL specifies a known authentication mechanism that does not need a password.protected static booleanDetect whether the JDBC URL specifies a known authentication mechanism that does not need a username.
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
main
-
loadConfigurationFromConfigFiles
-
needsUser
Detect whether the JDBC URL specifies a known authentication mechanism that does not need a username. -
needsPassword
Detect whether the JDBC URL specifies a known authentication mechanism that does not need a password.
-