Class CmdParser

  • All Implemented Interfaces:
    org.apache.commons.cli.CommandLineParser

    public class CmdParser
    extends org.apache.commons.cli.Parser
    • Field Summary

      • Fields inherited from class org.apache.commons.cli.Parser

        cmd
    • Constructor Summary

      Constructors 
      Constructor Description
      CmdParser()  
    • Constructor Detail

      • CmdParser

        public CmdParser()
    • Method Detail

      • flatten

        protected String[] flatten​(org.apache.commons.cli.Options options,
                                   String[] arguments,
                                   boolean stopAtNonOption)
        Specified by:
        flatten in class org.apache.commons.cli.Parser