|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.sauronsoftware.ftp4j.listparsers.EPLFListParser
public class EPLFListParser
This parser can handle the EPLF format.
Constructor Summary | |
---|---|
EPLFListParser()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
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 EPLFListParser()
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.public static void main(java.lang.String[] args) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |