|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BookDriver
The BibleDriver class allows creation of new Books.
for license details.
The copyright to this program is held by it's authors.
Method Summary | |
---|---|
Book |
create(Book source)
Create a new Book based on a source. |
void |
delete(Book dead)
Delete this Book from the system. |
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 |
boolean |
isDeletable(Book dead)
Is this book able to be deleted. |
boolean |
isWritable()
Is this name capable of creating writing data in the correct format as well as reading it? |
Method Detail |
---|
Book[] getBooks()
boolean isWritable()
Book create(Book source) throws BookException
source
- The Book from which to copy data
BookException
- If the name is not validboolean isDeletable(Book dead)
dead
- the book to be deleted
void delete(Book dead) throws BookException
BookException
- If the Book can't be deleted.String getDriverName()
|
Copyright ยจ 2003-2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |