org.codehaus.mojo.delicious
Class BookmarkParser
java.lang.Object
org.codehaus.mojo.delicious.BookmarkParser
public class BookmarkParser
- extends Object
Responsible for converting a page of links into a list of Bookmark objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BookmarkParser
public BookmarkParser()
parse
public BookmarkGroup parse(Reader linksPage,
BookmarkGroup group)
throws IOException
- Adds any links found in the given page to the given group.
For convenience the same group is returned.
- Parameters:
linksPage
- group
-
- Returns:
-
- Throws:
IOException
Copyright © 2005-2011 Codehaus. All Rights Reserved.