|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.wagon.shared.http.HtmlFileListParser
public class HtmlFileListParser
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 |
---|
public HtmlFileListParser()
Method Detail |
---|
public static java.util.List parseFileList(java.lang.String baseurl, java.io.InputStream is) throws org.apache.maven.wagon.TransferFailedException
is
- the input stream.
org.apache.maven.wagon.TransferFailedException
- if there was a problem fetching the raw html.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |