Class Params

    • Constructor Detail

      • Params

        public Params()
    • Method Detail

      • parse

        public static Params parse​(String[] args)
        Parse the command line options.
        Parameters:
        args - the command line args as passed to the main method of the program.
        Returns:
        the parsed command line options or null if the program needs to exit. null will be returned if the command lines are wrong or the command line help was displayed.