Class HtmlFileListParser
java.lang.Object
org.apache.maven.wagon.shared.http.HtmlFileListParser
Html File List Parser.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
private static boolean
isAcceptableLink
(String link) parseFileList
(String baseurl, InputStream stream) Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
-
Field Details
-
APACHE_INDEX_SKIP
-
URLS_WITH_PATHS
-
URLS_TO_PARENT
-
MAILTO_URLS
-
SKIPS
-
-
Constructor Details
-
HtmlFileListParser
public HtmlFileListParser()
-
-
Method Details
-
parseFileList
public static List<String> parseFileList(String baseurl, InputStream stream) throws 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:
TransferFailedException
- if there was a problem fetching the raw html.
-
cleanLink
-
isAcceptableLink
-