org.apache.maven.wagon.shared.http
Class HtmlFileListParser
java.lang.Object
org.apache.maven.wagon.shared.http.HtmlFileListParser
- public class HtmlFileListParser
- extends Object
Html File List Parser.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlFileListParser
public HtmlFileListParser()
parseFileList
public static List parseFileList(String baseurl,
InputStream is)
throws org.apache.maven.wagon.TransferFailedException
- Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
- Parameters:
is - the input stream.
- Returns:
- the file list.
- Throws:
org.apache.maven.wagon.TransferFailedException - if there was a problem fetching the raw html.
Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.