Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface FTPFileEntryParserFactory
Method Summary | |
FTPFileEntryParser |
|
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.
- Parameters:
key
- A string that somehow identifies an FTPFileEntryParser to be created.
- Returns:
- the FTPFileEntryParser created.
- Throws:
ParserInitializationException
- Thrown on any exception in instantiation
- See Also:
ParserInitializationException