public class DOSListParser extends java.lang.Object implements FTPListParser
Constructor and Description |
---|
DOSListParser() |
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
FTPListParser
parse
in interface FTPListParser
lines
- The response to parse, splitted by line.FTPListParseException
- If this parser cannot parse the given response.