jfileupload.transfer.client.ftp
Class CustomUnixFTPEntryParser

java.lang.Object
  extended by org.apache.commons.net.ftp.FTPFileEntryParserImpl
      extended by org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
          extended by org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
              extended by org.apache.commons.net.ftp.parser.UnixFTPEntryParser
                  extended by jfileupload.transfer.client.ftp.CustomUnixFTPEntryParser
All Implemented Interfaces:
org.apache.commons.net.ftp.Configurable, org.apache.commons.net.ftp.FTPFileEntryParser

public class CustomUnixFTPEntryParser
extends org.apache.commons.net.ftp.parser.UnixFTPEntryParser


Field Summary
 
Fields inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
NUMERIC_DATE_CONFIG
 
Fields inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
_matcher_
 
Constructor Summary
CustomUnixFTPEntryParser()
           
CustomUnixFTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig config)
           
 
Method Summary
 
Methods inherited from class org.apache.commons.net.ftp.parser.UnixFTPEntryParser
getDefaultConfiguration, parseFTPEntry
 
Methods inherited from class org.apache.commons.net.ftp.parser.ConfigurableFTPFileEntryParserImpl
configure, parseTimestamp
 
Methods inherited from class org.apache.commons.net.ftp.parser.RegexFTPFileEntryParserImpl
getGroupCnt, getGroupsAsString, group, matches, setRegex
 
Methods inherited from class org.apache.commons.net.ftp.FTPFileEntryParserImpl
preParse, readNextEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomUnixFTPEntryParser

public CustomUnixFTPEntryParser()

CustomUnixFTPEntryParser

public CustomUnixFTPEntryParser(org.apache.commons.net.ftp.FTPClientConfig config)