org.apache.commons.net.ftp.parser
public class MVSFTPEntryParser extends ConfigurableFTPFileEntryParserImpl
Version: $Id: MVSFTPEntryParser.java 658520 2008-05-21 01:14:11Z sebb $
Constructor Summary | |
---|---|
MVSFTPEntryParser()
The sole constructor for a MVSFTPEntryParser object.
|
Method Summary | |
---|---|
FTPFile | parseFTPEntry(String entry)
Parses a line of an z/OS - MVS FTP server file listing and converts it
into a usable format in the form of an FTPFile instance.
|
FTPFile
instance.
If the file listing line doesn't describe a file, then
null
is returned. Otherwise a FTPFile
instance representing the file is returned.
Parameters: entry A line of text from the file listing
Returns: An FTPFile instance corresponding to the supplied entry