|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.sauronsoftware.ftp4j.listparsers.DOSListParser
public class DOSListParser
This parser can handle the MSDOS-style LIST responses.
Constructor Summary | |
---|---|
DOSListParser()
|
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 DOSListParser()
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 |