public class UnixListParser extends java.lang.Object implements FTPListParser
| Constructor and Description |
|---|
UnixListParser() |
| Modifier and Type | Method and Description |
|---|---|
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.