org.apache.maven.wagon.shared.http
public class HtmlFileListParser extends Object
Method Summary | |
---|---|
static List | findAnchorLinks(List links, String baseurl, Node node) |
static List | parseFileList(String baseurl, InputStream is)
Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
|
static boolean | validFilename(String tst) |
Parameters: is the input stream.
Returns: the file list.
Throws: TransferFailedException if there was a problem fetching the raw html.