public class WindowsFileParser extends FTPFileParser
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
cvsId
Revision control id
|
| Constructor and Description |
|---|
WindowsFileParser()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
FTPFile |
parse(java.lang.String raw)
Parse server supplied string.
|
void |
setLocale(java.util.Locale locale)
Set the locale for date parsing of listings
|
setIgnoreDateParseErrorspublic void setLocale(java.util.Locale locale)
setLocale in class FTPFileParserlocale - locale to setpublic FTPFile parse(java.lang.String raw) throws java.text.ParseException
parse in class FTPFileParserraw - raw string to parsejava.text.ParseException