org.apache.maven.wagon.shared.http
Class HtmlFileListParser
java.lang.Object
org.apache.maven.wagon.shared.http.HtmlFileListParser
public class HtmlFileListParser
extends java.lang.Object
Html File List Parser.
static List | parseFileList(String baseurl, InputStream is) - Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
|
parseFileList
public static List parseFileList(String baseurl,
InputStream is)
throws TransferFailedException
Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.