| java.lang.Object com.enterprisedt.net.ftp.FTPFileParser com.enterprisedt.net.ftp.UnixFileParser
UnixFileParser | public class UnixFileParser extends FTPFileParser (Code) | | Represents a remote Unix file parser
author: Bruce Blackshaw version: $Revision: 1.19 $ |
cvsId | final public static String cvsId(Code) | | Revision control id
|
UnixFileParser | public UnixFileParser()(Code) | | Constructor
|
isUnix | public static boolean isUnix(String raw)(Code) | | Is this a Unix format listing?
Parameters: raw - raw listing line true if Unix, false otherwise |
parse | public FTPFile parse(String raw) throws ParseException(Code) | | Parse server supplied string, e.g.:
lrwxrwxrwx 1 wuftpd wuftpd 14 Jul 22 2002 MIRRORS -> README-MIRRORS
-rw-r--r-- 1 b173771 users 431 Mar 31 20:04 .htaccess
Parameters: raw - raw string to parse |
setLocale | public void setLocale(Locale locale)(Code) | | Set the locale for date parsing of listings
Parameters: locale - locale to set |
Fields inherited from com.enterprisedt.net.ftp.FTPFileParser | protected boolean ignoreDateParseErrors(Code)(Java Doc)
|
|
|