Class Main

java.lang.Object
org.flywaydb.commandline.Main

public class Main extends Object
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
    • loadConfigurationFromConfigFiles

      protected static void loadConfigurationFromConfigFiles(Map<String,String> config, CommandLineArguments commandLineArguments, Map<String,String> envVars)
    • needsUser

      protected static boolean needsUser(String url, String password)
      Detect whether the JDBC URL specifies a known authentication mechanism that does not need a username.
    • needsPassword

      protected static boolean needsPassword(String url, String username)
      Detect whether the JDBC URL specifies a known authentication mechanism that does not need a password.