Package com.enterprisedt.net.ftp
Class OS400FileParser
java.lang.Object
com.enterprisedt.net.ftp.FTPFileParser
com.enterprisedt.net.ftp.OS400FileParser
Represents an OS400 file parser
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields 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
-
Constructor Details
-
OS400FileParser
public OS400FileParser()
-
-
Method Details
-
setLocale
Set the locale for date parsing of listings- Specified by:
setLocalein classFTPFileParser- Parameters:
locale- locale to set
-
toString
-
isValidFormat
Valid format for this parser- Overrides:
isValidFormatin classFTPFileParser- Parameters:
listing- listing to test- Returns:
- true if valid
-
parse
Description copied from class:FTPFileParserParse server supplied string- Specified by:
parsein classFTPFileParser- Parameters:
raw- raw string to parse- Throws:
DateParseException
-