public class HtmlFileListParser extends Object
| Constructor and Description |
|---|
HtmlFileListParser() |
| Modifier and Type | Method and Description |
|---|---|
static List |
parseFileList(String baseurl,
InputStream stream)
Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
|
public static List parseFileList(String baseurl, InputStream stream) throws TransferFailedException
is - the input stream.TransferFailedException - if there was a problem fetching the raw html.Copyright © 2003–2015. All rights reserved.