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
See Also:
The GNU Lesser General Public License for details.

Field Summary
private static Bookmark instance
          The singleton
private static org.slf4j.Logger LOGGER
          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


LOGGER

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

Constructor Detail

BookmarkFactory

private BookmarkFactory()
Prevent instantiation

Method Detail

getBookmark

public static Bookmark getBookmark()
Create a new Bookmark.

Returns:
the singleton

Copyright ยจ 2003-2015