org.codehaus.mojo.delicious
Class BookmarkParser

java.lang.Object
  extended by org.codehaus.mojo.delicious.BookmarkParser

public class BookmarkParser
extends java.lang.Object

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

BookmarkParser

public BookmarkParser()
Method Detail

parse

public BookmarkGroup parse(java.io.Reader linksPage,
                           BookmarkGroup group)
                    throws java.io.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:
java.io.IOException


Copyright © 2005-2009. All Rights Reserved.