Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.finj
Class FTPServerParserFactory  view FTPServerParserFactory download FTPServerParserFactory.java

java.lang.Object
  extended byorg.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$

Constructor Summary
FTPServerParserFactory()
           
 
Method Summary
static FTPServerParser createParser()
          Creates and returns the right parser for the kind of data to parse.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FTPServerParserFactory

public FTPServerParserFactory()
Method Detail

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