|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.FTPFileParser
com.enterprisedt.net.ftp.WindowsFileParser
public class WindowsFileParser
Represents a remote Windows file parser
Field Summary | |
---|---|
static java.lang.String |
cvsId
Revision control id |
Constructor Summary | |
---|---|
WindowsFileParser()
Constructor |
Method Summary | |
---|---|
FTPFile |
parse(java.lang.String raw)
Parse server supplied string. |
void |
setLocale(java.util.Locale locale)
Set the locale for date parsing of listings |
Methods inherited from class com.enterprisedt.net.ftp.FTPFileParser |
---|
split, split, split |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String cvsId
Constructor Detail |
---|
public WindowsFileParser()
Method Detail |
---|
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 parse
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |