public class HtmlFileListParser
extends java.lang.Object
| Constructor and Description |
|---|
HtmlFileListParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
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<java.lang.String> parseFileList(java.lang.String baseurl,
java.io.InputStream stream)
throws org.apache.maven.wagon.TransferFailedException
stream - the input stream.org.apache.maven.wagon.TransferFailedException - if there was a problem fetching the raw html.