|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.delicious.BookmarkParser
public class BookmarkParser
Responsible for converting a page of links into a list of Bookmark objects.
Constructor Summary | |
---|---|
BookmarkParser()
|
Method Summary | |
---|---|
BookmarkGroup |
parse(java.io.Reader linksPage,
BookmarkGroup group)
Adds any links found in the given page to the given group. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarkParser()
Method Detail |
---|
public BookmarkGroup parse(java.io.Reader linksPage, BookmarkGroup group) throws java.io.IOException
linksPage
- group
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |