Interface SimpleOptionParser

    • Method Detail

      • getParser

        net.sourceforge.argparse4j.inf.ArgumentParser getParser()
        Configures and returns the commandline parser.
        Returns:
        the parser
      • setOptions

        boolean setOptions​(String[] options)
                    throws Exception
        Sets the commandline options.
        Parameters:
        options - the options to use
        Returns:
        true if successful
        Throws:
        Exception - in case of an invalid option