org.finj
Class FTPServerParserFactory

java.lang.Object
org.finj.FTPServerParserFactory
- public class FTPServerParserFactory
- extends java.lang.Object
A factory class which aims at constructing the right parser
for the data to parse, according to the kind of OS on which
the FTP server is running. This allows to hide those tricky
problems from people using org.finj.* classes
for their job.
- Version:
- $Id$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FTPServerParserFactory
public FTPServerParserFactory()
createParser
public static FTPServerParser createParser()
throws java.lang.IllegalArgumentException
- Creates and returns the right parser for the kind of
data to parse.
- Since:
- v1.0