Package com.enterprisedt.net.ftp
Class WindowsFileParser
java.lang.Object
com.enterprisedt.net.ftp.FTPFileParser
com.enterprisedt.net.ftp.WindowsFileParser
Represents a remote Windows file parser
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
FieldsFields inherited from class com.enterprisedt.net.ftp.FTPFileParser
ignoreDateParseErrors -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.enterprisedt.net.ftp.FTPFileParser
isMultiLine, setIgnoreDateParseErrors, split, split, split, trimStart
-
Field Details
-
cvsId
Revision control id
-
-
Constructor Details
-
WindowsFileParser
public WindowsFileParser()Constructor
-
-
Method Details
-
toString
-
setLocale
Set the locale for date parsing of listings- Specified by:
setLocalein classFTPFileParser- Parameters:
locale- locale to set
-
isValidFormat
Valid format for this parser- Overrides:
isValidFormatin classFTPFileParser- Parameters:
listing-- Returns:
- true if valid
-
parse
Parse server supplied string. Should be in form 05-17-03 02:47PM 70776 ftp.jar 08-28-03 10:08PMEDT SSLTest - Specified by:
parsein classFTPFileParser- Parameters:
raw- raw string to parse- Throws:
ParseException
-