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