public interface org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory
  super_class: java.lang.Object
{
  public abstract org.apache.commons.net.ftp.FTPFileEntryParser createFileEntryParser(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/net/ftp/FTPFileEntryParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.net.ftp.parser.ParserInitializationException
    MethodParameters:
      Name  Flags
      key   

  public abstract org.apache.commons.net.ftp.FTPFileEntryParser createFileEntryParser(org.apache.commons.net.ftp.FTPClientConfig);
    descriptor: (Lorg/apache/commons/net/ftp/FTPClientConfig;)Lorg/apache/commons/net/ftp/FTPFileEntryParser;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.net.ftp.parser.ParserInitializationException
    MethodParameters:
        Name  Flags
      config  
}
SourceFile: "FTPFileEntryParserFactory.java"