jfileupload.transfer.client.ftp
Class CustomFTPFileEntryParserFactory

java.lang.Object
  extended by org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
      extended by jfileupload.transfer.client.ftp.CustomFTPFileEntryParserFactory
All Implemented Interfaces:
org.apache.commons.net.ftp.parser.FTPFileEntryParserFactory

public class CustomFTPFileEntryParserFactory
extends org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory


Constructor Summary
CustomFTPFileEntryParserFactory()
           
 
Method Summary
 org.apache.commons.net.ftp.FTPFileEntryParser createUnixFTPEntryParser()
           
 
Methods inherited from class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory
createFileEntryParser, createFileEntryParser, createMVSEntryParser, createNetwareFTPEntryParser, createNTFTPEntryParser, createOS2FTPEntryParser, createOS400FTPEntryParser, createVMSVersioningFTPEntryParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFTPFileEntryParserFactory

public CustomFTPFileEntryParserFactory()
Method Detail

createUnixFTPEntryParser

public org.apache.commons.net.ftp.FTPFileEntryParser createUnixFTPEntryParser()
Overrides:
createUnixFTPEntryParser in class org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory