|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.ftp4j.listparsers.NetWareListParser
This parser can handle NetWare list responses.
Constructor Summary | |
NetWareListParser()
|
Method Summary | |
FTPFile[] |
parse(java.lang.String[] lines)
Parses a LIST command response and builds an array of FTPFile objects. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NetWareListParser()
Method Detail |
public FTPFile[] parse(java.lang.String[] lines) throws FTPListParseException
FTPListParser
parse
in interface FTPListParser
lines
- The response to parse, splitted by line.
FTPListParseException
- If this parser cannot parse the given response.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |