public class EPLFListParser extends java.lang.Object implements FTPListParser
| Constructor and Description |
|---|
EPLFListParser() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public FTPFile[] parse(java.lang.String[] lines) throws FTPListParseException
FTPListParserparse in interface FTPListParserlines - 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