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