|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTPFileListParser | |
---|---|
org.apache.commons.net.ftp | |
org.apache.commons.net.ftp.parser |
Uses of FTPFileListParser in org.apache.commons.net.ftp |
---|
Classes in org.apache.commons.net.ftp that implement FTPFileListParser | |
---|---|
class |
DefaultFTPFileListParser
Deprecated. This class is deprecated as of version 1.2 and will be removed in version 2.0 -- use the autodetect mechanism in DefaultFTPFileEntryParserFactory instead. |
class |
FTPFileEntryParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. |
class |
FTPFileListParserImpl
Deprecated. This class is deprecated as of version 1.2 and will be removed in version 2.0 -- org.apache.commons.net.ftp.RegexFTPFileEntryParserImpl is its designated replacement. Class has been renamed, entire implemenation is in RegexFTPFileEntryParserImpl. |
Methods in org.apache.commons.net.ftp with parameters of type FTPFileListParser | |
---|---|
FTPFile[] |
FTPClient.listFiles(FTPFileListParser parser)
Deprecated. use listFiles(String parserKey) instead. |
FTPFile[] |
FTPClient.listFiles(FTPFileListParser parser,
String pathname)
Deprecated. use listFiles(String parserKey, String pathname) instead |
Uses of FTPFileListParser in org.apache.commons.net.ftp.parser |
---|
Classes in org.apache.commons.net.ftp.parser that implement FTPFileListParser | |
---|---|
class |
CompositeFileEntryParser
This implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined. |
class |
ConfigurableFTPFileEntryParserImpl
To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - Comments |
class |
EnterpriseUnixFTPEntryParser
Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce. |
class |
MVSFTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for IBM MVS Systems. |
class |
NTFTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for NT Systems. |
class |
OS2FTPEntryParser
Implementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems. |
class |
OS400FTPEntryParser
|
class |
RegexFTPFileEntryParserImpl
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality. |
class |
UnixFTPEntryParser
Implementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems. |
class |
VMSFTPEntryParser
Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems. |
class |
VMSVersioningFTPEntryParser
Special implementation VMSFTPEntryParser with versioning turned on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |