Class Main


  • public class Main
    extends Object
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

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

        public static void main​(String[] args,
                                String basePath)
        Main method use for the CLI. Allows to also set the current working directory via the argument basePath.
        Parameters:
        args - the CLI arguments
        basePath - the basePath used during the execution.