public interface  oadd.org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory extends java.lang.Object
{
public abstract oadd.org.apache.commons.net.ftp.FTPFileEntryParser createFileEntryParser(oadd.org.apache.commons.net.ftp.FTPClientConfig) throws oadd.org.apache.commons.net.ftp.parser.ParserInitializationException;
public abstract oadd.org.apache.commons.net.ftp.FTPFileEntryParser createFileEntryParser(java.lang.String) throws oadd.org.apache.commons.net.ftp.parser.ParserInitializationException;
}