Uses of Interface org.apache.commons.net.ftp.FTPFileEntryParser

Uses in package org.apache.commons.net.ftp.parser

Classes implementing org.apache.commons.net.ftp.FTPFileEntryParser

class
This implementation allows to pack some FileEntryParsers together and handle the case where to returned dirstyle isnt clearly defined.
class
Parser for the Connect Enterprise Unix FTP Server From Sterling Commerce.
class
Implementation of FTPFileEntryParser and FTPFileListParser for NT Systems.
class
Implementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems.
class
class
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
class
Implementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.
class
Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems.
class
Special implementation VMSFTPEntryParser with versioning turned on.

Constructors with parameter type org.apache.commons.net.ftp.FTPFileEntryParser

Methods with return type org.apache.commons.net.ftp.FTPFileEntryParser

FTPFileEntryParser
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
Implementation should be a method that decodes the supplied key and creates an object implementing the interface FTPFileEntryParser.
FTPFileEntryParser
FTPFileEntryParser
FTPFileEntryParser
FTPFileEntryParser
FTPFileEntryParser

Fields of type org.apache.commons.net.ftp.FTPFileEntryParser

FTPFileEntryParser
FTPFileEntryParser[]

Uses in package org.apache.commons.net.ftp

Classes implementing org.apache.commons.net.ftp.FTPFileEntryParser

class
DefaultFTPFileListParser is the default implementation of FTPFileListParser used by FTPClient to parse file listings.
class
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.
class
This abstract class implements both the older FTPFileListParser and newer FTPFileEntryParser interfaces with default functionality.

Methods with parameter type org.apache.commons.net.ftp.FTPFileEntryParser

FTPFileList
FTPFileList.create(InputStream stream, FTPFileEntryParser parser)
The only way to create an FTPFileList object.
FTPFileList
FTPClient.createFileList(String pathname, FTPFileEntryParser parser)
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for a directory or information for a single file.
FTPFileList
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for the current working directory.
FTPListParseEngine
private method through which all listFiles() and initiateListParsing methods pass once a parser is determined.
FTPFileIterator
create an iterator over this list using the supplied parser

Constructors with parameter type org.apache.commons.net.ftp.FTPFileEntryParser

"Package-private" constructor.
The only constructor for FTPFileList, private because construction only invoked at create()

Methods with return type org.apache.commons.net.ftp.FTPFileEntryParser

FTPFileEntryParser
Accessor for this object's default parser.

Fields of type org.apache.commons.net.ftp.FTPFileEntryParser

FTPFileEntryParser
FTPFileEntryParser
the parser to which this iterator delegates its parsing duties
FTPFileEntryParser
the FTPFileEntryParser assigned to be used with this lister
FTPFileEntryParser