|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.mojo.delicious.BookmarkGroup
public class BookmarkGroup
| Constructor Summary | |
|---|---|
BookmarkGroup()
|
|
| Method Summary | |
|---|---|
Object |
addBookmark(Bookmark bookmark)
Adds the given bookmark. |
void |
addLinks(File linksPage)
Adds any links found in the given page to this group as bookmarks. |
void |
addLinks(Reader linksPage)
Adds any links found in the given page to this group as bookmarks. |
void |
addLinks(String linksPage)
Adds any links found in the given page to this group as bookmarks. |
void |
addTag(String tag)
Adds the given tag to all those bookmarks that don't already include it. |
Bookmark |
get(int i)
|
List |
getBookmarks()
|
Object |
removeBookmark(Bookmark bookmark)
Removes the given bookmark. |
int |
size()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BookmarkGroup()
| Method Detail |
|---|
public void addLinks(String linksPage)
throws IOException
linksPage -
IOException
public void addLinks(File linksPage)
throws IOException
linksPage -
IOException
public void addLinks(Reader linksPage)
throws IOException
linksPage -
IOExceptionpublic Object addBookmark(Bookmark bookmark)
bookmark -
public Object removeBookmark(Bookmark bookmark)
bookmark -
public void addTag(String tag)
tag - public String toString()
toString in class Objectpublic List getBookmarks()
public int size()
public Bookmark get(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||