org.apache.maven.wagon.shared.http
Class HtmlFileListParser

java.lang.Object
  extended byorg.apache.maven.wagon.shared.http.HtmlFileListParser

public class HtmlFileListParser
extends java.lang.Object

Html File List Parser.


Constructor Summary
HtmlFileListParser()
           
 
Method Summary
static java.util.List parseFileList(java.lang.String baseurl, java.io.InputStream is)
          Fetches a raw HTML from a provided InputStream, parses it, and returns the file list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlFileListParser

public HtmlFileListParser()
Method Detail

parseFileList

public static java.util.List parseFileList(java.lang.String baseurl,
                                           java.io.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-2007 Apache Software Foundation. All Rights Reserved.