com.enterprisedt.net.ftp
Class WindowsFileParser
java.lang.Object
   com.enterprisedt.net.ftp.FTPFileParser
com.enterprisedt.net.ftp.FTPFileParser
       com.enterprisedt.net.ftp.WindowsFileParser
com.enterprisedt.net.ftp.WindowsFileParser
- public class WindowsFileParser 
- extends FTPFileParser
Represents a remote Windows file parser
- Version:
- $Revision: 1.11 $
- Author:
- Bruce Blackshaw
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
cvsId
public static String cvsId
- Revision control id
 
 
WindowsFileParser
public WindowsFileParser()
- Constructor
 
setLocale
public void setLocale(Locale locale)
- Set the locale for date parsing of listings
 
- 
- Specified by:
- setLocalein class- FTPFileParser
 
- 
- Parameters:
- locale- locale to set
 
parse
public FTPFile parse(String raw)
              throws ParseException
- Parse server supplied string. Should be in
 form 
 
 05-17-03  02:47PM                70776 ftp.jar
 08-28-03  10:08PM                 EDT SSLTest
 
- 
- Specified by:
- parsein class- FTPFileParser
 
- 
- Parameters:
- raw- raw string to parse
- Throws:
- ParseException
 
Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.