Package com.enterprisedt.net.ftp.parser
Class InfoExchangeFileParser
java.lang.Object
com.enterprisedt.net.ftp.FTPFileParser
com.enterprisedt.net.ftp.parser.InfoExchangeFileParser
Parser for Information Exchange FTP Gateway
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields inherited from class com.enterprisedt.net.ftp.FTPFileParser
ignoreDateParseErrors -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValidFormat(String[] listing) Valid format for this parserParse server supplied string Filename (MSGKEY) Sender Class Size Date Time FFC58F453FF4AD3FE4E2._IE EDCA EDCAIE TE 0000381480 100218 182205 FFC58F1234544343333E2._IE EDCA EDCAIE TE 0000381480 100218 182205voidSet the locale for date parsing of listingsMethods inherited from class com.enterprisedt.net.ftp.FTPFileParser
isMultiLine, setIgnoreDateParseErrors, split, split, split, trimStart
-
Constructor Details
-
InfoExchangeFileParser
public InfoExchangeFileParser()Constructor
-
-
Method Details
-
setLocale
Description copied from class:FTPFileParserSet 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 Filename (MSGKEY) Sender Class Size Date Time FFC58F453FF4AD3FE4E2._IE EDCA EDCAIE TE 0000381480 100218 182205 FFC58F1234544343333E2._IE EDCA EDCAIE TE 0000381480 100218 182205- Specified by:
parsein classFTPFileParser- Parameters:
raw- raw string to parse- Throws:
ParseException
-