Class HtmlFileListParser
java.lang.Object
org.apache.maven.wagon.shared.http.HtmlFileListParser
Html File List Parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseFileList
(String baseurl, InputStream stream) Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
-
Constructor Details
-
HtmlFileListParser
public HtmlFileListParser()
-
-
Method Details
-
parseFileList
public static List<String> parseFileList(String baseurl, InputStream stream) throws org.apache.maven.wagon.TransferFailedException Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.- Parameters:
stream
- the input stream.- Returns:
- the file list.
- Throws:
org.apache.maven.wagon.TransferFailedException
- if there was a problem fetching the raw html.
-