public interface org.apache.commons.cli.CommandLineParser
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.cli.CommandLineParser
  super_class: java.lang.Object
{
  public abstract org.apache.commons.cli.CommandLine parse(org.apache.commons.cli.Options, java.lang.String[]);
    descriptor: (Lorg/apache/commons/cli/Options;[Ljava/lang/String;)Lorg/apache/commons/cli/CommandLine;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.cli.ParseException
    MethodParameters:
           Name  Flags
      options    
      arguments  

  public abstract org.apache.commons.cli.CommandLine parse(org.apache.commons.cli.Options, java.lang.String[], boolean);
    descriptor: (Lorg/apache/commons/cli/Options;[Ljava/lang/String;Z)Lorg/apache/commons/cli/CommandLine;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.cli.ParseException
    MethodParameters:
                 Name  Flags
      options          
      arguments        
      stopAtNonOption  
}
SourceFile: "CommandLineParser.java"