|
|||||||||
| Home >> All >> com >> eireneh >> bible >> [ book overview ] | PREV NEXT | ||||||||
A
- AbstractBible - class com.eireneh.bible.book.AbstractBible.
- An AbstractBible implements a few of the more generic methods of Bible, and takes care of a BookConfig object.
- AbstractBible() - Constructor for class com.eireneh.bible.book.AbstractBible
- AbstractBibleDriver - class com.eireneh.bible.book.AbstractBibleDriver.
- The AbstractBibleDriver class implements some of the BibleDriver methods, that various BibleDrivers may do in the same way.
- AbstractBibleDriver() - Constructor for class com.eireneh.bible.book.AbstractBibleDriver
- addBiblesListener(BiblesListener) - Static method in class com.eireneh.bible.book.Bibles
- Remove a BibleListener from our list of listeners
- addProgressListener(ProgressListener) - Method in class com.eireneh.bible.book.AbstractBible
- Add a progress listener to the list of things wanting to know whenever we make some progress
- addProgressListener(ProgressListener) - Method in interface com.eireneh.bible.book.Bible
- Generation: Add a progress listener to the list of things wanting to know whenever we make some progress
- addProgressListener(ProgressListener) - Method in class com.eireneh.bible.book.Verifier
- Add a progress listener to the list of things wanting to know whenever we make some progress
- addRefEle(RefEle) - Method in class com.eireneh.bible.book.SectionEle
- Get a reference to the real W3C Document.
- addSectionEle(SectionEle) - Method in class com.eireneh.bible.book.BibleEle
- Start a new section
- added - Variable in class com.eireneh.bible.book.BiblesEvent
- Is this an addition event?
- alive - Variable in class com.eireneh.bible.book.Verifier
- Is it OK to carry on
B
- BasicVersion - class com.eireneh.bible.book.BasicVersion.
- BasicVersion is the default and probably only implementation of the Version interface.
- BasicVersion(String, String, String, Date, int, URL) - Constructor for class com.eireneh.bible.book.BasicVersion
- Basic constructor
- Bible - interface com.eireneh.bible.book.Bible.
- Bible is the core interface to a Bible store.
- BibleDriver - interface com.eireneh.bible.book.BibleDriver.
- The BibleDriver class is an gateway to all the instances of the Books controlled by this driver.
- BibleDriverManager - class com.eireneh.bible.book.BibleDriverManager.
- The BibleDriverManager is a set of helpers for things wanting to work with BibleDrivers and Bibles.
- BibleDriverManager() - Constructor for class com.eireneh.bible.book.BibleDriverManager
- Ensure that we can not be instansiated
- BibleEle - class com.eireneh.bible.book.BibleEle.
- Some helper classes to aid Document creation, and to hide all the DOM/ProjectX/XML4J specific bits.
- BibleEle() - Constructor for class com.eireneh.bible.book.BibleEle
- Create a default BibleEleument.
- BibleEle(Node) - Constructor for class com.eireneh.bible.book.BibleEle
- Create a default BibleEleument.
- Bibles - class com.eireneh.bible.book.Bibles.
- The Bibles class (along with Bible) is the central point of contact between the rest of the world and this set of packages.
- Bibles() - Constructor for class com.eireneh.bible.book.Bibles
- BiblesEvent - class com.eireneh.bible.book.BiblesEvent.
- A BiblesEvent is fired whenever a Bible is added or removed from the system.
- BiblesEvent(Object, String, boolean) - Constructor for class com.eireneh.bible.book.BiblesEvent
- Basic constructor
- BiblesListener - interface com.eireneh.bible.book.BiblesListener.
- BiblesListeners are able to be notified about changes to the numbers of Bibles installed on the system.
- Book - interface com.eireneh.bible.book.Book.
- Book is the most basic store of textual data - It can retrieve data either as an XML document or as plain text - It uses Bookmarks to refer to parts of itself, and can search for words (returning Bookmarks).
- BookEle - interface com.eireneh.bible.book.BookEle.
- A BookDoc is a simple container for a DOM that holds the structure of part of a Book.
- BookException - exception com.eireneh.bible.book.BookException.
- Something went wrong with a Book.
- BookException(String) - Constructor for class com.eireneh.bible.book.BookException
- Construct the Exception with a message
- BookException(String, Throwable) - Constructor for class com.eireneh.bible.book.BookException
- Construct the Exception with a message and a nested Exception
- BookException(String, Object[]) - Constructor for class com.eireneh.bible.book.BookException
- Construct the Exception with a message and some I18N params
- BookException(String, Throwable, Object[]) - Constructor for class com.eireneh.bible.book.BookException
- Construct the Exception with a message, a nested Exception and some I18N params
- BookUtil - class com.eireneh.bible.book.BookUtil.
- The BookUtil class provide utility functions for the various Books.
- BookUtil() - Constructor for class com.eireneh.bible.book.BookUtil
- Ensure we can not be instansiated
- bible - Variable in class com.eireneh.bible.book.BibleEle
- The root of the DOM tree
- bible1 - Variable in class com.eireneh.bible.book.Verifier
- The first Bible that we are checking
- bible2 - Variable in class com.eireneh.bible.book.Verifier
- The second Bible that we are checking
- bibles - Static variable in class com.eireneh.bible.book.Bibles
- The cache of versions
- biblesChanged(BiblesEvent) - Method in interface com.eireneh.bible.book.BiblesListener
- Called whenever a new Bible is added or a Bible is removed from the system.
C
- checkPassage(PrintWriter) - Method in class com.eireneh.bible.book.Verifier
- Read from the given source version to generate ourselves
- checkPassage(String, PrintWriter) - Method in class com.eireneh.bible.book.Verifier
- Read from the given source version to generate ourselves
- checkSinglePassage(String, PrintWriter) - Method in class com.eireneh.bible.book.Verifier
- Read from the given source version to generate ourselves
- checkText(PrintWriter) - Method in class com.eireneh.bible.book.Verifier
- Read from the given source version to generate ourselves
- checkText(Passage, PrintWriter) - Method in class com.eireneh.bible.book.Verifier
- Read from the given source version to generate ourselves
- com.eireneh.bible.book - package com.eireneh.bible.book
- countBibles() - Method in class com.eireneh.bible.book.AbstractBibleDriver
- How many Bibles does this driver control?
- countBibles() - Method in interface com.eireneh.bible.book.BibleDriver
- How many Bibles does this driver own
- createBible(String) - Method in interface com.eireneh.bible.book.BibleDriver
- Create a new blank Bible ready for writing
- createBible(String, BibleDriver) - Static method in class com.eireneh.bible.book.Bibles
- Get a MutableBook ready to have generate called.
- createRefEle(Verse, boolean) - Method in class com.eireneh.bible.book.SectionEle
- Get a reference to the real W3C Document.
- createSectionEle(String) - Method in class com.eireneh.bible.book.BibleEle
- Start a new section
- createSectionEle(String, String) - Method in class com.eireneh.bible.book.BibleEle
- Start a new section
D
- decodeStatus(String) - Static method in class com.eireneh.bible.book.VersionFactory
- Turn a string into a distribution status
- decodeVersion(String, String) - Static method in class com.eireneh.bible.book.VersionFactory
- Take a key=val line from a properties file and turn it into a Version
- default_bible - Static variable in class com.eireneh.bible.book.Bibles
- The default Bible
- default_name - Static variable in class com.eireneh.bible.book.Bibles
- The default version name
- deleteBible(String) - Method in class com.eireneh.bible.book.AbstractBibleDriver
- Directory deletion is not implemented yet because it is very easy to do manually, and because I am not 100% sure that we should not have the dirver do it for us.
- deleteBible(String) - Method in interface com.eireneh.bible.book.BibleDriver
- Delete Book
- deleteBible(String) - Static method in class com.eireneh.bible.book.Bibles
- Delete a Bible by name
- desc - Variable in class com.eireneh.bible.book.ProgressEvent
- A short descriptive phrase
- df - Static variable in class com.eireneh.bible.book.VersionFactory
- The date formatter for the Version published date
- doc - Variable in class com.eireneh.bible.book.BibleEle
- The actual data store
- doc - Variable in class com.eireneh.bible.book.RefEle
- The document that we are a part of
- doc - Variable in class com.eireneh.bible.book.SectionEle
- The document that we are a part of
- drivers - Static variable in class com.eireneh.bible.book.BibleDriverManager
- An array of BookDrivers
E
- edition - Variable in class com.eireneh.bible.book.BasicVersion
- The edition of this version
- equals(Object) - Method in class com.eireneh.bible.book.Version
- Do the 2 versions have matching names and editions.
- exists(String) - Method in interface com.eireneh.bible.book.BibleDriver
- Does the named Bible exist?
F
- findPassage(String) - Method in interface com.eireneh.bible.book.Bible
- Retrieval: For a given word find a list of references to it
- findPassage(Strongs) - Method in interface com.eireneh.bible.book.StudyBible
- For a given strongs number find a list of references to it
- fireBiblesChanged(Object, String, boolean) - Static method in class com.eireneh.bible.book.Bibles
- Kick of an event sequence
- fireProgressMade(String, int) - Method in class com.eireneh.bible.book.AbstractBible
- Called to fire a ProgressEvent to all the Listeners, but only if there is actual progress since last time.
- fireProgressMade(String, int) - Method in class com.eireneh.bible.book.Verifier
- Called to fire a ProgressEvent to all the Listeners, but only if there is actual progress since last time.
- firstLetter(String) - Static method in class com.eireneh.bible.book.BookUtil
- Where is the first letter in this word
- flush() - Method in class com.eireneh.bible.book.VersewiseBible
- Flush the data written to disk
- foundPassage(String, Passage) - Method in class com.eireneh.bible.book.VersewiseBible
- Save a list of found words.
G
- GUESS_WORDS - Static variable in class com.eireneh.bible.book.Version
- We have no way of knowing exactly how many words there are in a Version ...
- generate(Bible) - Method in class com.eireneh.bible.book.AbstractBible
- Read from the given source version to generate ourselves.
- generate(Bible) - Method in interface com.eireneh.bible.book.Bible
- Generation: Read from the given source version to generate ourselves.
- generate(Bible) - Method in class com.eireneh.bible.book.VersewiseBible
- Read from the given source version to generate ourselves
- generatePassages(Bible) - Method in class com.eireneh.bible.book.VersewiseBible
- Read from the given source version to generate ourselves
- generateText(Bible) - Method in class com.eireneh.bible.book.VersewiseBible
- Read from the given source version to generate ourselves
- getBaseURL() - Method in class com.eireneh.bible.book.VersewiseBible
- Get a URL in which we can save a generation report
- getBible(String) - Method in interface com.eireneh.bible.book.BibleDriver
- Fetch a currently existing Bible, read-only
- getBible(String) - Static method in class com.eireneh.bible.book.Bibles
- Load up a Bible by name
- getBible1() - Method in class com.eireneh.bible.book.Verifier
- The first Bible that we are checking
- getBible2() - Method in class com.eireneh.bible.book.Verifier
- The second Bible that we are checking
- getBibleName() - Method in class com.eireneh.bible.book.BiblesEvent
- Get the name of the changed Bible
- getBibleNames() - Method in interface com.eireneh.bible.book.BibleDriver
- Get a list of the Books available from the driver
- getBibleNames() - Static method in class com.eireneh.bible.book.Bibles
- Get an array of the available Bible names.
- getCacheingBibles() - Static method in class com.eireneh.bible.book.Bibles
- Are we cacheing Bibles?
- getCases(String[]) - Static method in class com.eireneh.bible.book.BookUtil
- From a sentance get a list of words (in original order) without any punctuation, and all in lower case.
- getDefaultBible() - Static method in class com.eireneh.bible.book.Bibles
- Get the current default Bible.
- getDefaultName() - Static method in class com.eireneh.bible.book.Bibles
- Get the current default Bible name.
- getDescription() - Method in class com.eireneh.bible.book.ProgressEvent
- Get a short descriptive phrase
- getDocument(BibleEle, Passage) - Method in interface com.eireneh.bible.book.Bible
- Deprecated. Use JDOM instead
- getDocument() - Method in class com.eireneh.bible.book.BibleEle
- Get a reference to the real W3C Document.
- getDocument() - Method in interface com.eireneh.bible.book.BookEle
- This method gives access to the underlying DOM
- getDocument() - Method in class com.eireneh.bible.book.RefEle
- Accessor for the Element that we are wrapping
- getDocument() - Method in class com.eireneh.bible.book.SectionEle
- Accessor for the Element that we are wrapping
- getDriver() - Method in interface com.eireneh.bible.book.Bible
- Meta-Information: What driver is controlling this Bible?
- getDriverForBible(String) - Static method in class com.eireneh.bible.book.BibleDriverManager
- Get the driver for a particular book name.
- getDriverName() - Method in interface com.eireneh.bible.book.BibleDriver
- A simple driver description name.
- getDrivers() - Static method in class com.eireneh.bible.book.BibleDriverManager
- Get an array of all the known drivers
- getEdition() - Method in class com.eireneh.bible.book.BasicVersion
- The edition of this version, for example "Anglicised" (NIV), "Stephanus" (Greek).
- getEdition() - Method in class com.eireneh.bible.book.Version
- The edition of this version, for example "Anglicised" (NIV), "Stephanus" (Greek).
- getEdition(String) - Static method in class com.eireneh.bible.book.VersionFactory
- Calculate the edition of this version from the fullname
- getElement(Passage) - Method in class com.eireneh.bible.book.AbstractBible
- Retrieval: Use JDOM to retrieve some Bible data
- getElement(Passage) - Method in interface com.eireneh.bible.book.Bible
- Retrieval: Use JDOM to retrieve some Bible data
- getElement() - Method in class com.eireneh.bible.book.BibleEle
- This is an accessor for the root <bible> Element
- getElement() - Method in class com.eireneh.bible.book.RefEle
- Accessor for the Element that we are wrapping
- getElement() - Method in class com.eireneh.bible.book.SectionEle
- Accessor for the Element that we are wrapping
- getFirstPublished() - Method in class com.eireneh.bible.book.BasicVersion
- The date of first publishing.
- getFirstPublished() - Method in class com.eireneh.bible.book.Version
- The date of first publishing.
- getFullName() - Method in class com.eireneh.bible.book.Version
- The full name including edition of the version, for example "New International Version, Anglicised".
- getFullName(String, String) - Static method in class com.eireneh.bible.book.VersionFactory
- Get a full name from a name and edition
- getInitials() - Method in class com.eireneh.bible.book.BasicVersion
- The initials of the version - how most people will know it, for example "NIV", "KJV"
- getInitials() - Method in class com.eireneh.bible.book.Version
- The initials of the version - how most people will know it, for example "NIV", "KJV"
- getLicence() - Method in class com.eireneh.bible.book.BasicVersion
- Not sure about this one - Do we need a way of getting at the dist.
- getLicence() - Method in class com.eireneh.bible.book.Version
- Not sure about this one - Do we need a way of getting at the dist.
- getName() - Method in class com.eireneh.bible.book.BasicVersion
- The name of the version, for example "King James Version" or "Bible in Basic English" or "Greek".
- getName() - Method in interface com.eireneh.bible.book.Bible
- Meta-Information: What name can I use to get this Bible in a call
to
Bibles.getBible(name);. - getName() - Method in class com.eireneh.bible.book.Version
- The name of the version, for example "King James Version" or "Bible in Basic English" or "Greek".
- getName(String) - Static method in class com.eireneh.bible.book.VersionFactory
- Calculate the name of this version from the fullname
- getOpenness() - Method in class com.eireneh.bible.book.BasicVersion
- Is this version sold for commercial profit like the NIV, or kept open like the NET version.
- getOpenness() - Method in class com.eireneh.bible.book.Version
- Is this version sold for commercial profit like the NIV, or kept open like the NET version.
- getParent() - Method in class com.eireneh.bible.book.RefEle
- Accessor for our parent Element
- getParent() - Method in class com.eireneh.bible.book.SectionEle
- Accessor for our parent Element
- getPassage(Bible, String[]) - Static method in class com.eireneh.bible.book.BookUtil
- A basic version of getPassage(String[]) simply calls getPassage(String) in a loop for each word, adding the Verses to an Passage that is returned
- getPercent() - Method in class com.eireneh.bible.book.ProgressEvent
- Get the total percent progress
- getPlainText() - Method in class com.eireneh.bible.book.RefEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
- getProperties() - Method in class com.eireneh.bible.book.AbstractBible
- What configuration options are available? A null return from this IS valid, and means, there is nothing to configure.
- getProperties() - Method in interface com.eireneh.bible.book.Bible
- Meta-Information: What configuration options are available.
- getProperties() - Method in class com.eireneh.bible.book.VersewiseBible
- This returns a simple Config, that displays the generation notes
- getPropertiesURL() - Method in class com.eireneh.bible.book.AbstractBible
- If there is something to configure, and the config options are worth saving to disk (this may not be the case for read-only options) then this is where to save the stuff to.
- getPropertiesURL() - Method in interface com.eireneh.bible.book.Bible
- Meta-Information: If there is something to configure, and the config options are worth saving to disk (this may not be the case for read-only options) then this is where to save the stuff to.
- getRefEles() - Method in class com.eireneh.bible.book.SectionEle
- This is an accessor for the list of references (verses) that we hold
- getSectionEles() - Method in class com.eireneh.bible.book.BibleEle
- This is an enumeration through all the sections in this Document.
- getStartsWith(String) - Method in interface com.eireneh.bible.book.Bible
- Retrieval: Return an array of words that are used by this Bible that start with the given string.
- getText(VerseRange) - Method in class com.eireneh.bible.book.AbstractBible
- Retrieval: Create an String for the specified Verses.
- getText(VerseRange) - Method in interface com.eireneh.bible.book.Bible
- Retrieval: Create an String for the specified Verses.
- getText() - Method in class com.eireneh.bible.book.BibleEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
- getText(StringBuffer) - Method in class com.eireneh.bible.book.BibleEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
- getText() - Method in interface com.eireneh.bible.book.BookEle
- Retrieve the text that this data contains, without any markup.
- getText(StringBuffer) - Method in class com.eireneh.bible.book.RefEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
- getText() - Method in class com.eireneh.bible.book.SectionEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
- getText(StringBuffer) - Method in class com.eireneh.bible.book.SectionEle
- This is a helper method to turn a document into the text from the CDATA sections that it contains.
- getTranslation(String) - Method in interface com.eireneh.bible.book.StudyBible
- For a given word find a list words it is translated from
- getTranslations(Strongs) - Method in interface com.eireneh.bible.book.StudyBible
- For a given number find a list of ways it is translated
- getVerse() - Method in class com.eireneh.bible.book.RefEle
- Get the verse that this element contains
- getVersion() - Method in interface com.eireneh.bible.book.Bible
- Meta-Information: What version of the Bible is this?
- getVersion(String, String) - Static method in class com.eireneh.bible.book.VersionFactory
- Create a new Version or fetch an existing one from a name and edition
- getVersion(String) - Static method in class com.eireneh.bible.book.VersionFactory
- Create a new Version or fetch an existing one from a name and edition combined into one string separated by a ,
- getWords(String) - Static method in class com.eireneh.bible.book.BookUtil
- From a sentance get a list of words (in original order) without any punctuation, and all in lower case.
- getXMLText() - Method in class com.eireneh.bible.book.RefEle
- A simplified plain text version of the data in this verse with all the markup stripped out.
H
- hashCode() - Method in class com.eireneh.bible.book.Version
- Get a moderately unique id for this Object.
I
- initials - Variable in class com.eireneh.bible.book.BasicVersion
- The common initials of the version name
- isAddition() - Method in class com.eireneh.bible.book.BiblesEvent
- Is this an addition event?
- isNewPara(BibleEle) - Static method in class com.eireneh.bible.book.BookUtil
- This is a helper method to detect an attribute of para=true in the first ref node in the document.
- isSameFamily(Version) - Method in class com.eireneh.bible.book.Version
- Do the 2 versions have matching names.
L
- lastLetter(String) - Static method in class com.eireneh.bible.book.BookUtil
- Where is the last letter in this word
- licence - Variable in class com.eireneh.bible.book.BasicVersion
- The URL of the distribution licence
- listWords() - Method in interface com.eireneh.bible.book.Bible
- Retrieval: Get a list of the words used by this Version.
- listeners - Variable in class com.eireneh.bible.book.AbstractBible
- The list of listeners
- listeners - Static variable in class com.eireneh.bible.book.Bibles
- The list of listeners
- listeners - Variable in class com.eireneh.bible.book.Verifier
- The list of listeners
- log - Static variable in class com.eireneh.bible.book.VersionFactory
- The log stream
N
- name - Variable in class com.eireneh.bible.book.BasicVersion
- The name of the version
- name - Variable in class com.eireneh.bible.book.BiblesEvent
- The name of the changed Bible
O
- open - Variable in class com.eireneh.bible.book.BasicVersion
- The openness of the version
P
- ProgressEvent - class com.eireneh.bible.book.ProgressEvent.
- A ProgressEvent happens whenever a MutableBook makes some progress in generating a new Bible.
- ProgressEvent(Book, String, int) - Constructor for class com.eireneh.bible.book.ProgressEvent
- Initialize a ProgressEvent
- ProgressListener - interface com.eireneh.bible.book.ProgressListener.
- Implement ProgressListener and call MutableBook.addProgressListener() to recieve ProgressEvents when ever we make progress.
- para - Variable in class com.eireneh.bible.book.RefEle
- Is this verse the start of a new paragraph
- percent - Variable in class com.eireneh.bible.book.AbstractBible
- The current progress
- percent - Variable in class com.eireneh.bible.book.ProgressEvent
- The total progress
- percent - Variable in class com.eireneh.bible.book.Verifier
- The current progress
- progressMade(ProgressEvent) - Method in interface com.eireneh.bible.book.ProgressListener
- This method is called to indicate that some progress has been made.
- pub - Variable in class com.eireneh.bible.book.BasicVersion
- The approximate date of first publishing
R
- RefEle - class com.eireneh.bible.book.RefEle.
- A VerseElement represents a Verse that exists inside a BibleEle.
- RefEle(SectionEle, Verse, boolean) - Constructor for class com.eireneh.bible.book.RefEle
- Create a RefEle
- recurseNodes(Node, StringBuffer, int) - Static method in class com.eireneh.bible.book.RefEle
- Recurse down a Doument node tree
- ref - Variable in class com.eireneh.bible.book.RefEle
- The current verse
- refs - Variable in class com.eireneh.bible.book.SectionEle
- The list of references
- registerDriver(BibleDriver) - Static method in class com.eireneh.bible.book.BibleDriverManager
- Add to the list of drivers
- removeBiblesListener(BiblesListener) - Static method in class com.eireneh.bible.book.Bibles
- Add a BibleListener to our list of listeners
- removeProgressListener(ProgressListener) - Method in class com.eireneh.bible.book.AbstractBible
- Remove a progress listener from the list of things wanting to know whenever we make some progress
- removeProgressListener(ProgressListener) - Method in interface com.eireneh.bible.book.Bible
- Generation: Remove a progress listener from the list of things wanting to know whenever we make some progress
- removeProgressListener(ProgressListener) - Method in class com.eireneh.bible.book.Verifier
- Remove a progress listener from the list of things wanting to know whenever we make some progress
- renameBible(String, String) - Method in class com.eireneh.bible.book.AbstractBibleDriver
- Directory renaming is not implemented yet because it is very easy to do manually, and because I am not 100% sure that we should not have the dirver do it for us.
- renameBible(String, String) - Method in interface com.eireneh.bible.book.BibleDriver
- Rename a Book.
- renameBible(String, String) - Static method in class com.eireneh.bible.book.Bibles
- Delete a Bible by name
S
- SEPARATOR - Static variable in class com.eireneh.bible.book.Version
- The name-edition separator
- STATUS_COMMERCIAL - Static variable in class com.eireneh.bible.book.Version
- Is the data sold for commercial profit
- STATUS_COPYABLE - Static variable in class com.eireneh.bible.book.Version
- Is the data freely redistributable
- STATUS_FREE - Static variable in class com.eireneh.bible.book.Version
- Does the data have a licence that permits free use
- STATUS_PD - Static variable in class com.eireneh.bible.book.Version
- If the data free of copyright restrictions
- STATUS_UNKNOWN - Static variable in class com.eireneh.bible.book.Version
- If the data of unknown distribution status
- SectionEle - class com.eireneh.bible.book.SectionEle.
- A SectionElement contains a list of references, and a note that describes them.
- SectionEle(BibleEle, String) - Constructor for class com.eireneh.bible.book.SectionEle
- The most simple constructor just takes a title, and a reference to the BibleEle that we are a part of
- SectionEle(BibleEle, String, String) - Constructor for class com.eireneh.bible.book.SectionEle
- A constructor that allows us to set up a default version as well as a title, and a reference to the BibleEle that we are a part of
- StudyBible - interface com.eireneh.bible.book.StudyBible.
- A WordStudy is-an extension to Bible that knows about the original Greek/Hebrew in the form of Strongs numbers, and how these original words were translated into English (or whatever).
- section - Variable in class com.eireneh.bible.book.RefEle
- The parent section
- section - Variable in class com.eireneh.bible.book.SectionEle
- The actual Element that we wrap
- sections - Variable in class com.eireneh.bible.book.BibleEle
- The list of Sections
- setBible1(Bible) - Method in class com.eireneh.bible.book.Verifier
- The first Bible that we are checking, this is supposed to be the more accurate of the 2 Bibles, so we use this as a source of the words to check.
- setBible2(Bible) - Method in class com.eireneh.bible.book.Verifier
- The second Bible that we are checking, this is supposed to be the less accurate, or more recent of the 2 Bibles, so we use this in firing ProgressEvents.
- setCacheingBibles(boolean) - Static method in class com.eireneh.bible.book.Bibles
- Are we cacheing Bibles?
- setDefaultName(String) - Static method in class com.eireneh.bible.book.Bibles
- Set the default Bible.
- setDocument(BibleEle) - Method in class com.eireneh.bible.book.VersewiseBible
- Write the XML to disk.
- setPlainText(String) - Method in class com.eireneh.bible.book.RefEle
- Add some plain text to the verse
- setVersion(Version) - Method in class com.eireneh.bible.book.VersewiseBible
- Setup the Version information
- setXMLText(String) - Method in class com.eireneh.bible.book.RefEle
- Add XML markup to the verse
- stopChecking() - Method in class com.eireneh.bible.book.Verifier
- Since many of these operations take a long time, we may want to kill them politely without killing any Threads
- stripPunctuation(String[]) - Static method in class com.eireneh.bible.book.BookUtil
- From a sentance get a list of words (in original order) without any punctuation, and all in lower case.
- stripPunctuationWord(String) - Static method in class com.eireneh.bible.book.BookUtil
- Remove the punctuation from the ends of the word
- stripWords(String[]) - Static method in class com.eireneh.bible.book.BookUtil
- From a sentance get a list of words (in original order) without any punctuation, and all in lower case.
- stripWords(String, String) - Static method in class com.eireneh.bible.book.BookUtil
- Remove the punctuation from the ends of the word.
T
- test(PrintWriter, boolean) - Method in class com.eireneh.bible.book.ZTestBibleBook
- A basic are we OK type test, for the Passage package.
- testBible(String) - Static method in class com.eireneh.bible.book.ZTestBibleBook
- Test the Bible classes
- testBibles() - Static method in class com.eireneh.bible.book.ZTestBibleBook
- Test the BookUtil class.
- testBookUtil() - Static method in class com.eireneh.bible.book.ZTestBibleBook
- Test the BookUtil class.
- testDriver(BibleDriver) - Static method in class com.eireneh.bible.book.ZTestBibleBook
- Test the BibleDriver classes
- testDriverManager() - Static method in class com.eireneh.bible.book.ZTestBibleBook
- Test the BookUtil class.
- testVersion() - Static method in class com.eireneh.bible.book.ZTestBibleBook
- toString() - Method in class com.eireneh.bible.book.Version
- Get a human readable version of this Version -just bounce to getFullName()
- tokenize(String) - Static method in class com.eireneh.bible.book.BookUtil
- Take a string and tokenize it using " " and "--" as delimiters into an Array of Strings.
U
- unregisterDriver(BibleDriver) - Static method in class com.eireneh.bible.book.BibleDriverManager
- Remove from the list of drivers
- updatePassageTally(Bible, PassageTally, String[]) - Static method in class com.eireneh.bible.book.BookUtil
- A basic version of getPassageTally(String[]) simply calls getPassage(String) in a loop for each word, adding the Verses to an PassageTally that is returned
- updatePassageTallyFlat(Bible, PassageTally, String[]) - Static method in class com.eireneh.bible.book.BookUtil
- This is similar to updatePassageTally() however if a verse matches many words it still only adds on for that verse in the given tally
V
- Verifier - class com.eireneh.bible.book.Verifier.
- The Verifier check 2 versions for identical text.
- Verifier() - Constructor for class com.eireneh.bible.book.Verifier
- Basic constructor
- Verifier(Bible, Bible) - Constructor for class com.eireneh.bible.book.Verifier
- Constructor that sets up the Bibles as well.
- VersewiseBible - class com.eireneh.bible.book.VersewiseBible.
- The VersewiseMutableBook class makes it easier to implement MutableBook by splitting the job up into a Verse by Verse effort.
- VersewiseBible() - Constructor for class com.eireneh.bible.book.VersewiseBible
- Version - class com.eireneh.bible.book.Version.
- A Version represents a method of translating the Bible.
- Version() - Constructor for class com.eireneh.bible.book.Version
- VersionFactory - class com.eireneh.bible.book.VersionFactory.
- VersionFactory.
- VersionFactory() - Constructor for class com.eireneh.bible.book.VersionFactory
- Ensure that we can not be instansiated
- verse - Variable in class com.eireneh.bible.book.RefEle
- The Verse that we model
- versions - Static variable in class com.eireneh.bible.book.VersionFactory
- The list of known versions
W
- WHOLE - Static variable in class com.eireneh.bible.book.Verifier
- The Whole Bible
- whole - Static variable in class com.eireneh.bible.book.VersewiseBible
- The Whole Bible
X
Z
- ZTestBibleBook - class com.eireneh.bible.book.ZTestBibleBook.
- Attepmted 100% code coverage testing.
- ZTestBibleBook() - Constructor for class com.eireneh.bible.book.ZTestBibleBook
A B C D E F G H I L N O P R S T U V W X Z
|
|||||||||
| Home >> All >> com >> eireneh >> bible >> [ book overview ] | PREV NEXT | ||||||||