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
|
setIgnoreDateParseErrors
public void setLocale(java.util.Locale locale)
setLocale
in class FTPFileParser
locale
- locale to setpublic FTPFile parse(java.lang.String raw) throws java.text.ParseException
parse
in class FTPFileParser
raw
- raw string to parsejava.text.ParseException