| java.lang.Object com.enterprisedt.net.ftp.FTPFileParser com.enterprisedt.net.ftp.MLSXEntryParser
MLSXEntryParser | public class MLSXEntryParser extends FTPFileParser (Code) | | Parses the string returned from the MLSD or MLST command
(defined in the "Extensions to FTP" IETF draft). Just grabs
the basic fields, as most servers don't support anything else.
author: Bruce Blackshaw version: $Revision: 1.1 $ |
cvsId | final public static String cvsId(Code) | | Revision control id
|
setLocale | public void setLocale(Locale locale)(Code) | | Set the locale for date parsing of listings. As
the timestamps follow a standard without names of months,
this is not used in this parser.
Parameters: locale - locale to set |
Fields inherited from com.enterprisedt.net.ftp.FTPFileParser | protected boolean ignoreDateParseErrors(Code)(Java Doc)
|
|
|