Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.eireneh.bible.book.BibleDriver

Uses of BibleDriver in com.eireneh.bible.book
 

Classes in com.eireneh.bible.book that implement BibleDriver
 class AbstractBibleDriver
          The AbstractBibleDriver class implements some of the BibleDriver methods, that various BibleDrivers may do in the same way.
 

Methods in com.eireneh.bible.book that return BibleDriver
static BibleDriver[] BibleDriverManager.getDrivers()
          Get an array of all the known drivers
static BibleDriver BibleDriverManager.getDriverForBible(java.lang.String name)
          Get the driver for a particular book name.
 BibleDriver Bible.getDriver()
          Meta-Information: What driver is controlling this Bible?
 

Methods in com.eireneh.bible.book with parameters of type BibleDriver
static void ZTestBibleBook.testDriver(BibleDriver driver)
          Test the BibleDriver classes
static Bible Bibles.createBible(java.lang.String dest_name, BibleDriver dest_driver)
          Get a MutableBook ready to have generate called.
static void BibleDriverManager.registerDriver(BibleDriver driver)
          Add to the list of drivers
static void BibleDriverManager.unregisterDriver(BibleDriver driver)
          Remove from the list of drivers