|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.enterprisedt.net.ftp.FTPFileParser
Root class of all file parsers
Constructor Summary | |
FTPFileParser()
|
Method Summary | |
abstract FTPFile |
parse(java.lang.String raw)
Parse server supplied string. |
protected java.lang.String[] |
split(java.lang.String str)
Splits string consisting of fields separated by whitespace into an array of strings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FTPFileParser()
Method Detail |
public abstract FTPFile parse(java.lang.String raw) throws java.text.ParseException
raw
- raw string to parse
java.text.ParseException
protected java.lang.String[] split(java.lang.String str)
str
- string to split
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |