Class Main


  • public class Main
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static void loadConfigurationFromConfigFiles​(java.util.Map<java.lang.String,​java.lang.String> config, CommandLineArguments commandLineArguments, java.util.Map<java.lang.String,​java.lang.String> envVars)  
      static void main​(java.lang.String[] args)  
      protected static boolean needsPassword​(java.lang.String url, java.lang.String username)
      Detect whether the JDBC URL specifies a known authentication mechanism that does not need a password.
      protected static boolean needsUser​(java.lang.String url, java.lang.String password)
      Detect whether the JDBC URL specifies a known authentication mechanism that does not need a username.
      • Methods inherited from class java.lang.Object

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

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • loadConfigurationFromConfigFiles

        protected static void loadConfigurationFromConfigFiles​(java.util.Map<java.lang.String,​java.lang.String> config,
                                                               CommandLineArguments commandLineArguments,
                                                               java.util.Map<java.lang.String,​java.lang.String> envVars)
      • needsUser

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

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