org.apache.commons.net.ftp.parser
Interface FTPFileEntryParserFactory
- DefaultFTPFileEntryParserFactory
public interface FTPFileEntryParserFactory
The interface describes a factory for creating FTPFileEntryParsers
createFileEntryParser
public FTPFileEntryParser createFileEntryParser(String key)
throws ParserInitializationException
Implementation should be a method that decodes the
supplied key and creates an object implementing the
interface FTPFileEntryParser.
key
- A string that somehow identifies an
FTPFileEntryParser to be created.
- the FTPFileEntryParser created.