|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.basic.AbstractBookDriver
org.crosswire.jsword.book.readings.ReadingsBookDriver
public class ReadingsBookDriver
A driver for the readings dictionary.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private Book[] |
books
The meta data array |
static String |
DIR_READINGS
Resources subdir for readings sets |
private static BookDriver |
INSTANCE
A shared instance of this driver. |
Constructor Summary | |
---|---|
ReadingsBookDriver()
Setup the array of BookMetaDatas |
Method Summary | |
---|---|
Book[] |
getBooks()
This method should only be used by Bibles at startup to register the Bibles known at start time. |
String |
getDriverName()
A short name for this BookDriver |
String[] |
getInstalledReadingsSets()
Get a list of the available readings sets |
static BookDriver |
instance()
Get the singleton instance of this driver. |
Methods inherited from class org.crosswire.jsword.book.basic.AbstractBookDriver |
---|
create, delete, isDeletable, isWritable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Book[] books
public static final String DIR_READINGS
private static final BookDriver INSTANCE
Constructor Detail |
---|
public ReadingsBookDriver()
Method Detail |
---|
public Book[] getBooks()
BookDriver
public String getDriverName()
BookDriver
public static BookDriver instance()
public String[] getInstalledReadingsSets()
|
Copyright ยจ 2003-2006 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |