Class Main


  • public class Main
    extends java.lang.Object
    Main class and central entry point of the Flyway command-line tool.
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method.
      • 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)
        Main method.
        Parameters:
        args - The command-line arguments.