|
||||||||||
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.
The GNU Lesser General Public License for details.
Method Summary | |
---|---|
Book |
create(Book source)
Create a new Book based on a source. |
void |
delete(Book dead)
Delete this Book from the system. |
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? |
Methods inherited from interface org.crosswire.jsword.book.BookProvider |
---|
getBooks, getFirstBook |
Method Detail |
---|
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
dead
- the book to be deleted
BookException
- If the Book can't be deleted.String getDriverName()
|
Copyright ยจ 2003-2015 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |