org.crosswire.jsword.book
Class BookmarkFactory

java.lang.Object
  extended by org.crosswire.jsword.book.BookmarkFactory

public final class BookmarkFactory
extends Object

A Factory class for Bookmarks.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
private static Bookmark instance
          The singleton
private static org.slf4j.Logger log
          The log stream
 
Constructor Summary
private BookmarkFactory()
          Prevent instantiation
 
Method Summary
static Bookmark getBookmark()
          Create a new Bookmark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static Bookmark instance
The singleton


log

private static final org.slf4j.Logger log
The log stream

Constructor Detail

BookmarkFactory

private BookmarkFactory()
Prevent instantiation

Method Detail

getBookmark

public static Bookmark getBookmark()
Create a new Bookmark.


Copyright ? 2003-2011