| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPFileEntryParser | |
|---|---|
| org.apache.commons.net.ftp | |
| org.apache.commons.net.ftp.parser | |
| Uses of FTPFileEntryParser in org.apache.commons.net.ftp | 
|---|
| Classes in org.apache.commons.net.ftp that implement FTPFileEntryParser | |
|---|---|
|  class | FTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. | 
| Constructors in org.apache.commons.net.ftp with parameters of type FTPFileEntryParser | |
|---|---|
| FTPListParseEngine(FTPFileEntryParser parser) | |
| Uses of FTPFileEntryParser in org.apache.commons.net.ftp.parser | 
|---|
| Classes in org.apache.commons.net.ftp.parser that implement FTPFileEntryParser | |
|---|---|
|  class | CompositeFileEntryParserThis implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined. | 
|  class | ConfigurableFTPFileEntryParserImplTo change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - Comments | 
|  class | EnterpriseUnixFTPEntryParserParser for the Connect Enterprise Unix FTP Server From Sterling Commerce. | 
|  class | MVSFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for IBM zOS/MVS Systems. | 
|  class | NetwareFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for Netware Systems. | 
|  class | NTFTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for NT Systems. | 
|  class | OS2FTPEntryParserImplementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems. | 
|  class | OS400FTPEntryParser | 
|  class | RegexFTPFileEntryParserImplThis abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. | 
|  class | UnixFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems. | 
|  class | VMSFTPEntryParserImplementation FTPFileEntryParser and FTPFileListParser for VMS Systems. | 
|  class | VMSVersioningFTPEntryParserSpecial implementation VMSFTPEntryParser with versioning turned on. | 
| Methods in org.apache.commons.net.ftp.parser that return FTPFileEntryParser | |
|---|---|
|  FTPFileEntryParser | FTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)Implementation should be a method that extracts a key from the supplied FTPClientConfigparameter and creates an object implementing the
 interface FTPFileEntryParser and uses the supplied configuration
 to configure it. | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createFileEntryParser(FTPClientConfig config)Implementation extracts a key from the supplied FTPClientConfigparameter and creates an object implementing the
 interface FTPFileEntryParser and uses the supplied configuration
 to configure it. | 
|  FTPFileEntryParser | FTPFileEntryParserFactory.createFileEntryParser(String key)Implementation should be a method that decodes the supplied key and creates an object implementing the interface FTPFileEntryParser. | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createFileEntryParser(String key)This default implementation of the FTPFileEntryParserFactory interface works according to the following logic: First it attempts to interpret the supplied key as a fully qualified classname of a class implementing the FTPFileEntryParser interface. | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createMVSEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createNetwareFTPEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createNTFTPEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createOS2FTPEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createOS400FTPEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createUnixFTPEntryParser() | 
|  FTPFileEntryParser | DefaultFTPFileEntryParserFactory.createVMSVersioningFTPEntryParser() | 
| Constructors in org.apache.commons.net.ftp.parser with parameters of type FTPFileEntryParser | |
|---|---|
| CompositeFileEntryParser(FTPFileEntryParser[] ftpFileEntryParsers) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||