A B C D E F G H I J K L M N O P Q R S T U V W X Z 

S

Sapphire - Class in org.crosswire.common.crypt
The Sapphire II Stream Cipher is a port of Sword's C++ implementation of Michael Paul Johnson's 2 January 1995 public domain cipher.
Sapphire(byte[]) - Constructor for class org.crosswire.common.crypt.Sapphire
Construct a Sapphire Stream Cipher from a key, possibly null or empty.
save(File, String) - Method in class org.crosswire.common.util.Ini
Save the INI to a file using the given encoding.
save(Writer) - Method in class org.crosswire.common.util.Ini
Output the Ini to the given Writer.
save() - Method in class org.crosswire.common.util.IniSection
Save this INI to the file from which it was loaded.
save(File, String) - Method in class org.crosswire.common.util.IniSection
Save the INI to a file using the given encoding.
save(Writer) - Method in class org.crosswire.common.util.IniSection
Output this section using the print writer.
save() - Method in class org.crosswire.jsword.book.install.InstallManager
Save all properties to the user's local area.
SavedStreams - Class in org.crosswire.jsword.index.lucene.analysis
SavedStreams is used to make reusable Lucene analyzers.
SavedStreams(Tokenizer) - Constructor for class org.crosswire.jsword.index.lucene.analysis.SavedStreams
Save the TokenStream starting with the source.
savePredictions() - Method in class org.crosswire.common.progress.Job
Save the known timings to a properties file.
saxBuilders - Variable in class org.crosswire.jsword.book.filter.osis.OSISFilter
 
SAXEventProvider - Interface in org.crosswire.common.xml
A simple way of giving someone a place from which to get SAX events.
SAXEventProviderInputSource - Class in org.crosswire.common.xml
This is a simple marker interface that we can use with SAXEventProviderXMLReader.
SAXEventProviderInputSource() - Constructor for class org.crosswire.common.xml.SAXEventProviderInputSource
 
SAXEventProviderXMLReader - Class in org.crosswire.common.xml
 
SAXEventProviderXMLReader(SAXEventProvider) - Constructor for class org.crosswire.common.xml.SAXEventProviderXMLReader
Constructor SAXEventProviderXMLReader.
scheduleIndexCreation(Book) - Method in interface org.crosswire.jsword.index.IndexManager
Read from the given source version to generate ourselves.
scheduleIndexCreation(Book) - Method in class org.crosswire.jsword.index.lucene.LuceneIndexManager
 
scoreTextLength - Variable in class org.crosswire.common.diff.Bitap
The length of the string constrained between MINLENGHT and MAXLENGTH
ScripRefTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the scripRef element.
ScripRefTag() - Constructor for class org.crosswire.jsword.book.filter.thml.ScripRefTag
 
script - Variable in class org.crosswire.common.util.Language
The Title case iso15924 script code.
ScriptureTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the scripture element.
ScriptureTag() - Constructor for class org.crosswire.jsword.book.filter.thml.ScriptureTag
 
search(RawLDBackendState, String) - Method in class org.crosswire.jsword.book.sword.RawLDBackend
Find a matching entry, returning it's index.
search(String, String) - Method in class org.crosswire.jsword.bridge.DwrBridge
Get a reference list for a search result against a book.
search() - Method in class org.crosswire.jsword.examples.APIExamples
An example of how to search for various bits of data.
search(String) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(SearchRequest) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(Query) - Method in class org.crosswire.jsword.index.lucene.LuceneSearcher
 
search(SearchRequest) - Method in interface org.crosswire.jsword.index.search.Searcher
Take a search request and decipher it into a Passage.
search(Query) - Method in interface org.crosswire.jsword.index.search.Searcher
Take a search request and decipher it into a Passage.
SEARCH_DIR - Static variable in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
The relative path of the dir holding the search index files
SEARCH_SYNTAX - Static variable in enum org.crosswire.jsword.index.search.SearchType
 
searchAndShow() - Method in class org.crosswire.jsword.examples.APIExamples
An example of how to do a search and then get text for each range of verses.
searcher - Variable in class org.crosswire.jsword.book.basic.AbstractBook
How do we perform searches
searcher - Variable in class org.crosswire.jsword.index.lucene.LuceneIndex
The Lucene search engine
searcher - Variable in class org.crosswire.jsword.index.lucene.VerseCollector
 
Searcher - Interface in org.crosswire.jsword.index.search
The central interface to all searching.
SearcherFactory - Class in org.crosswire.jsword.index.search
Factory method for creating a new Searcher.
SearcherFactory() - Constructor for class org.crosswire.jsword.index.search.SearcherFactory
Prevent instantiation
SearchModifier - Interface in org.crosswire.jsword.index.search
A SearchModifier consists of the kinds of changes that can be done to a search.
searchRequest - Variable in class org.crosswire.jsword.book.basic.DefaultBookmark
The search request.
SearchRequest - Interface in org.crosswire.jsword.index.search
A SearchRequest consists of a string and modifiers for the search.
SearchType - Enum in org.crosswire.jsword.index.search
An Enumeration of the possible types of Searches.
SearchType(String) - Constructor for enum org.crosswire.jsword.index.search.SearchType
 
section - Variable in class org.crosswire.common.util.IniSection
A map of values by key names.
sectionMap - Variable in class org.crosswire.common.util.Ini
A map of sections by section names.
sectionName - Variable in class org.crosswire.jsword.versification.QualifiedKey
 
SEG_CENTER - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_COLORPREFIX - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_JUSTIFYLEFT - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_JUSTIFYRIGHT - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
SEG_SIZEPREFIX - Static variable in class org.crosswire.jsword.book.OSISUtil
Constant to help narrow down what we use seg for.
select(int) - Method in class org.crosswire.common.history.History
Make a particular element in the navigation list the current item in history.
SentenceUtil - Class in org.crosswire.jsword.book
The SentenceUtil class provide utility functions for the various Books.
SentenceUtil() - Constructor for class org.crosswire.jsword.book.SentenceUtil
Ensure we can not be instantiated
SEP_BSLASH - Static variable in class org.crosswire.jsword.book.sword.DataEntry
 
SEP_CR - Static variable in class org.crosswire.jsword.book.sword.DataEntry
 
SEP_NL - Static variable in class org.crosswire.jsword.book.sword.DataEntry
Used to separate the key name from the key value Note: it may be \r\n or just \n, so only need \n.
separator - Variable in class org.crosswire.common.config.StringArrayChoice
 
SEPARATOR - Static variable in class org.crosswire.common.util.NetUtil
URL/URI separator
SEPARATORS - Static variable in class org.crosswire.jsword.book.filter.gbf.GBFFilter
 
SerializingContentHandler - Class in org.crosswire.common.xml
Class to convert a SAX stream into a simple String.
SerializingContentHandler() - Constructor for class org.crosswire.common.xml.SerializingContentHandler
Default ctor that does not insert newlines.
SerializingContentHandler(boolean) - Constructor for class org.crosswire.common.xml.SerializingContentHandler
Default ctor that conditionally inserts newlines.
serialVersionUID - Static variable in class org.crosswire.common.config.ConfigEvent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.config.ConfigException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.config.StartupException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.history.HistoryEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.icu.NumberShaper
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.progress.WorkEvent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.util.LucidException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.common.util.LucidRuntimeException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.util.PropertyMap
Serialization ID
serialVersionUID - Static variable in class org.crosswire.common.util.ReporterEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.basic.DefaultBookmark
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BookData.BookVerseContent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.book.BookException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BookSet
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.BooksEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.install.InstallerEvent
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.book.install.InstallException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.readings.ReadingsKey
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.AbstractKeyBackend
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.RawLDBackend
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.TreeNode
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.book.sword.ZLDBackend
 
serialVersionUID - Static variable in class org.crosswire.jsword.index.IndexStatusEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.index.search.DefaultSearchModifier
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.index.search.DefaultSearchRequest
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.AbstractKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.AbstractPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.BitwisePassage
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DefaultKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DefaultLeafKeyList
 
serialVersionUID - Static variable in class org.crosswire.jsword.passage.DistinctPassage
To make serialization work across new versions
serialVersionUID - Static variable in exception org.crosswire.jsword.passage.NoSuchKeyException
Serialization ID
serialVersionUID - Static variable in exception org.crosswire.jsword.passage.NoSuchVerseException
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.PassageEvent
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.PassageTally
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.RangedPassage
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.ReadOnlyKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.ReadOnlyPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.RocketPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.SetKeyList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.SynchronizedPassage
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.TreeKey
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.passage.Verse
To make serialization work across new versions
serialVersionUID - Static variable in class org.crosswire.jsword.passage.VerseRange
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.BibleBookList
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemCalvin
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemCatholic
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemCatholic2
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemDarbyFR
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemDefault
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemGerman
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemKJV
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemKJVA
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemLeningrad
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemLuther
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemLXX
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemMT
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemNRSV
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemNRSVA
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemOrthodox
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemSegond
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemSynodal
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemSynodalProt
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.system.SystemVulg
Serialization ID
serialVersionUID - Static variable in class org.crosswire.jsword.versification.Versification
Serialization ID
set - Variable in class org.crosswire.common.util.ListSet
 
set(int, Book) - Method in class org.crosswire.jsword.book.BookSet
 
set - Variable in class org.crosswire.jsword.book.sword.SwordGenBook
So we can implement getIndex() easily
setAliasKey(Key, Key) - Method in interface org.crosswire.jsword.book.Book
Store an alias of one key to another.
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.readings.ReadingsBook
 
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.sword.AbstractBackend
 
setAliasKey(T, Key, Key) - Method in class org.crosswire.jsword.book.sword.AbstractKeyBackend
 
setAliasKey(Key, Key) - Method in interface org.crosswire.jsword.book.sword.Backend
 
setAliasKey(GenBookBackendState, Key, Key) - Method in class org.crosswire.jsword.book.sword.GenBookBackend
 
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.sword.NullBackend
 
setAliasKey(RawBackendState, Key, Key) - Method in class org.crosswire.jsword.book.sword.RawBackend
 
setAliasKey(RawFileBackendState, Key, Key) - Method in class org.crosswire.jsword.book.sword.RawFileBackend
 
setAliasKey(T, Key, Key) - Method in interface org.crosswire.jsword.book.sword.StatefulFileBackedBackend
Sets alias for a comment on a verse range I.e.
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.sword.SwordBook
 
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.sword.SwordDictionary
 
setAliasKey(Key, Key) - Method in class org.crosswire.jsword.book.sword.SwordGenBook
 
setAliasKey(ZVerseBackendState, Key, Key) - Method in class org.crosswire.jsword.book.sword.ZVerseBackend
 
setAugmentPath(File[]) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
Establish additional locations that Sword may hold books.
setBalance(float) - Static method in class org.crosswire.common.diff.Bitap
 
setBible(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Bible.
setBibleByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Bible by name.
setBlurRestriction(int) - Static method in enum org.crosswire.jsword.passage.RestrictionType
The default Blur settings.
setBook(Book) - Method in class org.crosswire.jsword.examples.Speed
Accessor for the version that we are testing
setBook(Book) - Method in class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
The book for which analysis is being performed.
setBook(Book) - Method in class org.crosswire.jsword.index.lucene.analysis.AbstractBookTokenFilter
 
setBook(Book) - Method in class org.crosswire.jsword.index.lucene.analysis.ConfigurableSnowballAnalyzer
 
setBookCategory(BookCategory) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setBookMetaData(BookMetaData) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
setBookMetaData(BookMetaData) - Method in interface org.crosswire.jsword.book.Book
Set the meta-information for this book.
setCancelable(boolean) - Method in class org.crosswire.common.progress.Job
 
setCancelable(boolean) - Method in interface org.crosswire.common.progress.Progress
Indicates whether the job is cancelable or not.
setCase(String) - Method in enum org.crosswire.jsword.book.CaseType
Adjust the case of the string as defined by the type.
setCase(int) - Static method in class org.crosswire.jsword.versification.BookName
This is only used by config.
setCase(CaseType) - Static method in class org.crosswire.jsword.versification.BookName
How do we report the names of the books?.
setCatalogDirectory(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setCommentariesWithBibles(boolean) - Static method in class org.crosswire.jsword.book.BookFilters
Establish whether the getBible should return the current Bible or the user's chosen default.
setCommentary(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default commentary.
setCommentaryByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default commentary by name.
setContentHandler(ContentHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setCurrent(String) - Method in class org.crosswire.common.util.Translations
Set the current translation, using human readable string.
setCurrentBible(boolean) - Static method in class org.crosswire.jsword.book.Defaults
Establish whether the getBible should return the current Bible or the user's chosen default.
setCurrentBook(Book) - Static method in class org.crosswire.jsword.book.Defaults
If the user has chosen to remember the book (by type) then set the current book for that type.
setCurrentConverterName(String) - Static method in class org.crosswire.jsword.util.ConverterFactory
For config to set the currently preferred converter implementation
setCurrentTranslation(String) - Static method in class org.crosswire.common.util.Translations
Set the current translation, using human readable string.
setDailyDevotional(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default daily devotional.
setDailyDevotionalByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default daily devotional by name.
setDefault(Book) - Method in class org.crosswire.jsword.book.DefaultBook
Set the default Book.
setDefaultByName(String) - Method in class org.crosswire.jsword.book.DefaultBook
Trawl through all the known Books satisfying the filter looking for the one matching the given name.
setDefaultConditionally(Book) - Method in class org.crosswire.jsword.book.DefaultBook
Set the default Book conditionally.
setDefaultPassage(int) - Static method in class org.crosswire.jsword.passage.PassageKeyFactory
Set the default PassageType.
setDefaultType(PassageType) - Static method in class org.crosswire.jsword.passage.PassageKeyFactory
Set the default PassageType
setDevelopmentMode(boolean) - Static method in class org.crosswire.common.xml.TransformingSAXEventProvider
In development mode the style sheet is checked for modifications before use and if so, it is recompiled.
setDictionary(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default dictionary.
setDictionaryByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default dictionary by name.
setDifferences(List<Difference>) - Method in class org.crosswire.common.diff.PatchEntry
 
setDocument(Key, BookData) - Method in class org.crosswire.jsword.book.basic.AbstractPassageBook
For when we want to add writing functionality.
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
setDocumentLocator(Locator) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
setDone(boolean) - Method in class org.crosswire.jsword.bridge.BookIndexer
 
setDoStemming(boolean) - Method in class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
setDoStopWords(boolean) - Method in class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
setDownloadDir(File) - Static method in class org.crosswire.jsword.book.sword.SwordBookPath
 
setDriver(BookDriver) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setDTDHandler(DTDHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setEditCost(int) - Static method in class org.crosswire.common.diff.DiffCleanup
Set the edit cost for efficiency
setEditType(EditType) - Method in class org.crosswire.common.diff.Difference
 
setEntityResolver(EntityResolver) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setErrorHandler(ErrorHandler) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setErrorListener(ErrorListener) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setFeature(String, boolean) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setFeature(XMLReader) - Method in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
Set the control state on the parser.
setFeatures(XMLReader) - Method in class org.crosswire.common.xml.XMLFeatureSet
Set this XMLFeatureSets state onto an XMLReader.
setFeatureState(XMLFeature, boolean) - Method in class org.crosswire.common.xml.XMLFeatureSet
Set the state of an XMLFeture in this set.
setFeatureStates(String[]) - Method in class org.crosswire.common.xml.XMLFeatureSet
Allow for XMLFeatures to be set from command line.
setFirstChild(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setFrontendName(String) - Method in class org.crosswire.common.util.CWProject
Sets the name of the front-end.
setFullBookName(boolean) - Static method in class org.crosswire.jsword.versification.BookName
Set whether the name should be full or abbreviated, long or short.
setFullPath(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setFullPath(String) - Method in interface org.crosswire.common.config.Choice
Sets the full path of the option.
setGreekDefinitions(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Greek Strong's Numbers dictionary.
setGreekDefinitionsByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Greek Strong's Numbers dictionary by name.
setGreekParse(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Greek morphology dictionary.
setGreekParseByName(String) - Static method in class org.crosswire.jsword.book.Defaults
 
setHandlers() - Method in class org.crosswire.common.xml.XMLProcess
 
setHebrewDefinitions(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Hebrew Strong's Numbers dictionary.
setHebrewDefinitionsByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Hebrew Strong's Numbers dictionary by name.
setHebrewParse(Book) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Hebrew morphology dictionary by name.
setHebrewParseByName(String) - Static method in class org.crosswire.jsword.book.Defaults
Set the default Hebrew morphology dictionary by name.
setHelpText(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setHelpText(String) - Method in interface org.crosswire.common.config.Choice
Sets a brief description of what is going on
setHome(URI[]) - Static method in class org.crosswire.common.util.CWClassLoader
Establish the applications home directory from where additional resources can be found.
setHome(String, String, String) - Static method in class org.crosswire.common.util.CWProject
Establish how this project finds it's resources.
setHost(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setIncfile(File) - Method in class org.crosswire.jsword.book.sword.state.RawFileBackendState
 
setIncfileValue(int) - Method in class org.crosswire.jsword.book.sword.state.RawFileBackendState
 
setIndex(int) - Method in class org.crosswire.common.diff.Difference
 
setIndexDirectory(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setIndexPolicy(IndexPolicy) - Method in interface org.crosswire.jsword.index.IndexManager
Set the desired IndexPolicy.
setIndexPolicy(IndexPolicy) - Method in class org.crosswire.jsword.index.lucene.LuceneIndexManager
 
setIndexStatus(IndexStatus) - Method in class org.crosswire.jsword.book.basic.AbstractBook
 
setIndexStatus(IndexStatus) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setIndexStatus(IndexStatus) - Method in interface org.crosswire.jsword.book.Book
This method does not alter the index status, however it is for Indexers that are responsible for indexing and have changed the status themselves.
setIndexStatus(IndexStatus) - Method in interface org.crosswire.jsword.book.BookMetaData
This method does not alter the index status, however it is for Indexers that are responsible for indexing and have changed the status themselves.
setInitials(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
See note on setName() for side effect on setInitials().
setItem(E) - Method in class org.crosswire.common.util.ChainLink
Set the item for this ChainLink.
setKey(Verse) - Method in class org.crosswire.jsword.versification.QualifiedKey
Allow override of the key, particular useful if we're constructing in 2 stages like the offset mechanism
setKey(VerseRange) - Method in class org.crosswire.jsword.versification.QualifiedKey
Allow override of the key, particular useful if we're constructing in 2 stages like the offset mechanism
SetKeyList - Class in org.crosswire.jsword.passage
A Key that uses a Set of Keys as it's store of data.
SetKeyList(Set<Key>) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set<Key>, String) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set<Key>, Key) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
SetKeyList(Set<Key>, Key, String) - Constructor for class org.crosswire.jsword.passage.SetKeyList
Simple ctor
setLanguage(Language) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setLanguage(Language) - Method in interface org.crosswire.jsword.book.BookMetaData
Set the language for this book.
setLastAccess(long) - Method in class org.crosswire.jsword.book.sword.state.AbstractOpenFileState
 
setLastAccess(long) - Method in interface org.crosswire.jsword.book.sword.state.OpenFileState
Sets the last access time
setLastBlockNum(long) - Method in class org.crosswire.jsword.book.sword.state.ZLDBackendState
 
setLastBlockNum(long) - Method in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
setLastTestament(Testament) - Method in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
setLastUncompressed(byte[]) - Method in class org.crosswire.jsword.book.sword.state.ZLDBackendState
 
setLastUncompressed(byte[]) - Method in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
setLenient(boolean) - Method in class org.crosswire.common.icu.DateFormatter
Set whether this DataFormatter should be lenient in parsing dates.
setLibrary(URI) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setLibrary(URI) - Method in interface org.crosswire.jsword.book.BookMetaData
Set the base URI for library of this module.
setLocal(String, String) - Method in class org.crosswire.common.config.Config
Set a configuration Choice (by name) to a new value.
setLocale() - Method in class org.crosswire.common.util.Translations
Set the locale for the program to the one the user has selected.
setLocaleProvider(LocaleProvider) - Static method in class org.crosswire.jsword.internationalisation.LocaleProviderManager
Allow third-party applications to.
setLocation(URI) - Method in class org.crosswire.jsword.book.basic.AbstractBookMetaData
 
setLocation(URI) - Method in interface org.crosswire.jsword.book.BookMetaData
Set the base URI for relative URIs in the document.
setLookupRequest(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookmark
 
setLookupRequest(String) - Method in interface org.crosswire.jsword.book.Bookmark
Set the lookup request for this Bookmark.
setMargin(int) - Static method in class org.crosswire.common.diff.PatchEntry
 
setMaxLength(int) - Static method in class org.crosswire.common.diff.Bitap
 
setMaxResults(int) - Method in class org.crosswire.jsword.index.search.DefaultSearchModifier
The maximum number of results to provide.
setMinLength(int) - Static method in class org.crosswire.common.diff.Bitap
 
setName(String) - Method in class org.crosswire.common.util.IniSection
Set the name of this INI config.
setName(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
Setting the name also sets some default initials, so if you wish to set some specific initials then it should be done after setting the name.
setName(String) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setName(String) - Method in class org.crosswire.jsword.passage.AbstractKeyList
Override the default name with a custom name.
setNextReader(IndexReader, int) - Method in class org.crosswire.jsword.index.lucene.VerseCollector
 
setNextSibling(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setOffset(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setOrdering(PassageTally.Order) - Method in class org.crosswire.jsword.passage.PassageTally
Set how we sort the verses we output.
setOutputProperties(Properties) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setOutputProperty(String, String) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setPackageDirectory(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setParameter(String, Object) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setParent(int) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setParent(Key) - Method in class org.crosswire.jsword.passage.AbstractPassage
Set a parent Key.
setParent(Key) - Method in class org.crosswire.jsword.passage.KeyIterator.Locator
 
setParent(Key) - Method in class org.crosswire.jsword.passage.VerseRange
Set a parent Key.
setPartialLoading(boolean) - Static method in class org.crosswire.jsword.book.sword.SwordBookMetaData
Allow for partial loading of a minimum set of keys, saving time and space.
setPersistentNaming(boolean) - Static method in class org.crosswire.jsword.passage.PassageUtil
Do we remember the original string used to configure us?
setPosition(int) - Method in class org.crosswire.jsword.passage.KeyIterator.Locator
 
setProgramName(String) - Method in class org.crosswire.common.options.GetOptions
 
setProperties(PropertyMap) - Method in class org.crosswire.common.config.Config
Take the data stored permanently and copy it to the local storage area, using the specified stream.
setProperty(String, Object) - Method in class org.crosswire.common.xml.SAXEventProviderXMLReader
 
setProperty(String, String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setProperty(String, String) - Method in interface org.crosswire.jsword.book.BookMetaData
Store a transient property.
setProperty(String, String) - Method in class org.crosswire.jsword.book.sword.SwordBookMetaData
 
setProxyHost(String) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setProxyPort(Integer) - Method in class org.crosswire.jsword.book.install.sword.AbstractSwordInstaller
 
setRanked(boolean) - Method in class org.crosswire.jsword.index.search.DefaultSearchModifier
Set whether or not the search should be ranked.
setRawText(Key, String) - Method in interface org.crosswire.jsword.book.Book
Store the raw text for the given key.
setRawText(Key, String) - Method in class org.crosswire.jsword.book.readings.ReadingsBook
 
setRawText(T, Key, String) - Method in class org.crosswire.jsword.book.sword.AbstractKeyBackend
 
setRawText(GenBookBackendState, Key, String) - Method in class org.crosswire.jsword.book.sword.GenBookBackend
 
setRawText(RawBackendState, Key, String) - Method in class org.crosswire.jsword.book.sword.RawBackend
 
setRawText(RawFileBackendState, Key, String) - Method in class org.crosswire.jsword.book.sword.RawFileBackend
 
setRawText(T, Key, String) - Method in interface org.crosswire.jsword.book.sword.StatefulFileBackedBackend
Set the text allotted for the given verse
setRawText(Key, String) - Method in class org.crosswire.jsword.book.sword.SwordBook
 
setRawText(Key, String) - Method in class org.crosswire.jsword.book.sword.SwordDictionary
 
setRawText(Key, String) - Method in class org.crosswire.jsword.book.sword.SwordGenBook
 
setRawText(ZVerseBackendState, Key, String) - Method in class org.crosswire.jsword.book.sword.ZVerseBackend
 
setReporting(boolean) - Static method in class org.crosswire.jsword.book.DataPolice
 
setResult(TokenStream) - Method in class org.crosswire.jsword.index.lucene.analysis.SavedStreams
 
setScorer(Scorer) - Method in class org.crosswire.jsword.index.lucene.VerseCollector
 
setSearchModifier(SearchModifier) - Method in class org.crosswire.jsword.index.AbstractIndex
 
setSearchModifier(SearchModifier) - Method in interface org.crosswire.jsword.index.Index
Set any modifier for the current and subsequent search.
setSearchRequest(SearchRequest) - Method in class org.crosswire.jsword.book.basic.DefaultBookmark
 
setSearchRequest(SearchRequest) - Method in interface org.crosswire.jsword.book.Bookmark
Set the SearchRequest for this Bookmark.
setSectionName(String) - Method in class org.crosswire.common.progress.Job
 
setSectionName(String) - Method in interface org.crosswire.common.progress.Progress
We have moved onto another section so update the section title.
setShown(boolean) - Method in class org.crosswire.jsword.util.WebWarning
 
setSize(int) - Method in class org.crosswire.jsword.book.sword.state.RawLDBackendState
 
setSourceLength(int) - Method in class org.crosswire.common.diff.PatchEntry
 
setSourceStart(int) - Method in class org.crosswire.common.diff.PatchEntry
 
setState(boolean) - Method in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
Set the new state
setStopWords(Set<?>) - Method in class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
setString(String) - Method in class org.crosswire.common.config.AbstractReflectedChoice
 
setString(String) - Method in interface org.crosswire.common.config.Choice
String value to associate with this Field.
setTargetLength(int) - Method in class org.crosswire.common.diff.PatchEntry
 
setTargetStart(int) - Method in class org.crosswire.common.diff.PatchEntry
 
setter - Variable in class org.crosswire.common.config.AbstractReflectedChoice
The method to call to set the value
setText(String) - Method in class org.crosswire.common.diff.Difference
 
setThreshold(float) - Static method in class org.crosswire.common.diff.Bitap
 
setTimeout(float) - Static method in class org.crosswire.common.diff.DifferenceEngine
Set the timeout for the diff operation.
setTimeout(int) - Static method in class org.crosswire.common.util.WebResource
 
setTotal(int) - Method in class org.crosswire.jsword.passage.PassageTally
 
setTotalWork(int) - Method in class org.crosswire.common.progress.Job
 
setTotalWork(int) - Method in interface org.crosswire.common.progress.Progress
Set the total amount of work to be done.
setType(String) - Method in class org.crosswire.jsword.book.basic.DefaultBookMetaData
 
setUnaccenter(UnAccenter) - Method in class org.crosswire.jsword.book.BookData
 
setURICacheDir(File) - Static method in class org.crosswire.common.util.NetUtil
Sets the cache directory.
setURIResolver(URIResolver) - Method in class org.crosswire.common.xml.TransformingSAXEventProvider
 
setUserData(byte[]) - Method in class org.crosswire.jsword.book.sword.TreeNode
 
setWarningShown(boolean) - Static method in class org.crosswire.jsword.util.WebWarning
From configuration set the state.
setWork(int) - Method in class org.crosswire.common.progress.Job
 
setWork(int) - Method in interface org.crosswire.common.progress.Progress
Indicate progress toward 100%.
setWorkDone(int) - Method in class org.crosswire.common.progress.Job
 
setWorkDone(int) - Method in interface org.crosswire.common.progress.Progress
Indicate progress toward the whole.
shape(String) - Method in class org.crosswire.common.icu.NumberShaper
Replace 0-9 in the input with representations appropriate for the script.
shaped(char[], boolean[]) - Method in class org.crosswire.common.icu.NumberShaper
 
shaper - Variable in class org.crosswire.common.util.MsgBase
Internationalize numbers
shaper - Static variable in class org.crosswire.jsword.passage.Verse
Allow the conversion to and from other number representations.
shaper - Variable in class org.crosswire.jsword.passage.VerseRange
Allow the conversion to and from other number representations.
SHORT - Static variable in class org.crosswire.common.icu.DateFormatter
Constant for short style pattern.
SHORT_KEY - Static variable in class org.crosswire.jsword.versification.BibleNames.NameList
 
shortenURI(URI, String) - Static method in class org.crosswire.common.util.NetUtil
Utility to strip a string from the end of a URI.
shortName - Variable in class org.crosswire.common.options.Option
 
shortName - Variable in class org.crosswire.jsword.versification.BookName
 
shortNC - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Standard shortened names for the Deuterocanonical books of the Bible normalized, generated at runtime.
shortNT - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Standard shortened names for the New Testament books of the Bible, normalized, generated at runtime.
shortOptions - Variable in class org.crosswire.common.options.OptionList
 
shortOT - Variable in class org.crosswire.jsword.versification.BibleNames.NameList
Standard shortened names for the Old Testament books of the Bible normalized, generated at runtime.
shown - Variable in class org.crosswire.jsword.util.WebWarning
 
SHOWN_KEY - Static variable in class org.crosswire.jsword.util.WebWarning
 
shutdown() - Method in class org.crosswire.common.util.WebResource
When this WebResource is no longer needed it should be shutdown to return underlying resources back to the OS.
shutDown() - Method in class org.crosswire.jsword.book.sword.state.OpenFileStateManager
Shuts down all open files
shuttingDown - Variable in class org.crosswire.jsword.book.sword.state.OpenFileStateManager
 
SimpleLuceneAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
Simple Analyzer providing same function as org.apache.lucene.analysis.SimpleAnalyzer This is intended to be the default analyzer for natural language fields.
SimpleLuceneAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.SimpleLuceneAnalyzer
 
size() - Method in class org.crosswire.common.config.Config
The number of Choices
size() - Method in class org.crosswire.common.util.Ini
Get the number of sections
size() - Method in class org.crosswire.common.util.IniSection
Get the number of keys in this section.
size(String) - Method in class org.crosswire.common.util.IniSection
Get the number of values for a key.
size() - Method in class org.crosswire.common.util.ListSet
 
size - Variable in class org.crosswire.jsword.book.sword.DataIndex
 
size - Variable in class org.crosswire.jsword.book.sword.state.RawLDBackendState
The number of entries in the book.
size - Variable in class org.crosswire.jsword.passage.PassageTally
 
size() - Method in class org.crosswire.jsword.versification.system.Versifications
 
skipNormalization - Variable in class org.crosswire.jsword.passage.AbstractPassage
Do we skip normalization for now - if we want to skip then we increment this, and the decrement it when done.
skippedEntity(String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
skippedEntity(String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
skippedEntity(String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
SkipTag - Class in org.crosswire.jsword.book.filter.thml
Skip the tag and it's content.
SkipTag(String) - Constructor for class org.crosswire.jsword.book.filter.thml.SkipTag
Simple ctor
SmallTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the small element.
SmallTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SmallTag
 
SmartChineseLuceneAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
A simple wrapper for SmartChineseAnalyzer, which takes overlapping two character tokenization approach which leads to larger index size, like org.apache.lucene.analyzer.cjk.CJKAnalyzer.
SmartChineseLuceneAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.SmartChineseLuceneAnalyzer
 
source - Variable in class org.crosswire.common.diff.Diff
The baseline text.
source - Variable in class org.crosswire.common.diff.DifferenceEngine
Made final because we now rely on caching the string lengths (they could be cached at method level if require non-final in future) The baseline text.
source - Variable in class org.crosswire.jsword.index.lucene.analysis.SavedStreams
 
SourceFilter - Interface in org.crosswire.jsword.book.filter
A generic interface for things that can convert a String into OSIS data.
SourceFilterFactory - Class in org.crosswire.jsword.book.filter
A simple container for all the known SourceFilters.
SourceFilterFactory() - Constructor for class org.crosswire.jsword.book.filter.SourceFilterFactory
Prevent instantiation
sourceLength - Variable in class org.crosswire.common.diff.DifferenceEngine
 
sourceLength - Variable in class org.crosswire.common.diff.PatchEntry
 
sourceMap - Variable in class org.crosswire.common.diff.LineMap
Each character in sourceMap provides an integer representation of the line in the original.
sourcePrefix - Variable in class org.crosswire.common.diff.CommonMiddle
 
sourceStart - Variable in class org.crosswire.common.diff.PatchEntry
 
sourceSuffix - Variable in class org.crosswire.common.diff.CommonMiddle
 
SPACE - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
In our parsing we use space quite a lot and this ensures there is only one.
SPACE_MINUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
SPACE_PLUS - Static variable in class org.crosswire.jsword.index.lucene.LuceneQueryDecorator
 
SPACE_SEPARATOR - Static variable in class org.crosswire.jsword.book.OSISUtil
 
SPEECH_END - Static variable in class org.crosswire.jsword.book.filter.osis.OSISFilter
Pattern to find the end of a speech.
SPEECH_START - Static variable in class org.crosswire.jsword.book.filter.osis.OSISFilter
Pattern to find the start of a speech.
Speed - Class in org.crosswire.jsword.examples
Speed is a simple benchmark that tests how fast a version is.
Speed(Book) - Constructor for class org.crosswire.jsword.examples.Speed
Basic constructor
split(String) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, using whitespace as the separator.
split(String, int) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, using whitespace as the separator.
split(String, char) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
split(String, char, int) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
split(String, String) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separators specified.
split(String, String, int) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separators specified.
splitAll(String, char) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
splitAll(String, char, int) - Static method in class org.crosswire.common.util.StringUtil
Splits the provided text into an array, separator specified.
splitMax() - Method in class org.crosswire.common.diff.Patch
Look through the patches and break up any which are longer than the maximum limit of the match algorithm.
splitNext() - Method in class org.crosswire.jsword.passage.RangedPassage.VerseRangeIterator
The next object is too big, so cut it up
splitOsisId(String) - Method in class org.crosswire.jsword.passage.OsisParser
Split string like 'Gen.1.1' into a 3 element list
stack - Variable in class org.crosswire.jsword.book.filter.thml.CustomHandler
The stack of elements that we have created
stack - Variable in class org.crosswire.jsword.passage.KeyIterator
 
StackTrace - Class in org.crosswire.common.util
Unscramble the current stack, and present the data from it to the user in various forms.
StackTrace() - Constructor for class org.crosswire.common.util.StackTrace
Generate a stack trace an model it
StackTrace(Throwable) - Constructor for class org.crosswire.common.util.StackTrace
We already have an Exception that we'd like to model
StackTrace.AbstractStackIterator<T> - Class in org.crosswire.common.util
Base class for the real enumeration implementations below
StackTrace.AbstractStackIterator() - Constructor for class org.crosswire.common.util.StackTrace.AbstractStackIterator
 
STag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the strike through element.
STag() - Constructor for class org.crosswire.jsword.book.filter.thml.STag
 
start - Variable in class org.crosswire.jsword.passage.VerseRange
The start of the range
START_CHAPTER_OR_VERSE - Static variable in class org.crosswire.jsword.passage.OsisParser
 
startCDATA() - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startDocument() - Method in class org.crosswire.common.xml.HTMLSerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startDocument() - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startDTD(String, String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startElement(String, String, String, Attributes) - Method in class org.crosswire.jsword.book.filter.thml.CustomHandler
 
startEntity(String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.PrettySerializingContentHandler
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.SerializingContentHandler
 
startPrefixMapping(String, String) - Method in class org.crosswire.common.xml.XMLHandlerAdapter
 
startTime - Variable in class org.crosswire.common.progress.Job
When did this job start? Measured in milliseconds since beginning of epoch.
startTime - Variable in class org.crosswire.jsword.examples.Speed
The start time of the benchmark
StartupException - Exception in org.crosswire.common.config
Something in the startup config files failed to start properly.
StartupException(String) - Constructor for exception org.crosswire.common.config.StartupException
 
StartupException(String, Throwable) - Constructor for exception org.crosswire.common.config.StartupException
 
state - Variable in enum org.crosswire.common.xml.XMLFeature
 
state - Variable in class org.crosswire.common.xml.XMLFeatureSet.XMLFeatureState
 
StatefulFileBackedBackend<T extends OpenFileState> - Interface in org.crosswire.jsword.book.sword
Indicates that there is a stateful backend
states - Variable in class org.crosswire.common.xml.XMLFeatureSet
 
statusChanged(IndexStatusEvent) - Method in class org.crosswire.jsword.bridge.BookIndexer.StatusListener
 
statusChanged(IndexStatusEvent) - Method in interface org.crosswire.jsword.index.IndexStatusListener
Called whenever the IndexStatus of a book has changed.
stemmerName - Variable in class org.crosswire.jsword.index.lucene.analysis.ConfigurableSnowballAnalyzer
The name of the stemmer to use.
stopSet - Variable in class org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
 
store(OutputStream, String) - Method in class org.crosswire.common.util.PropertyMap
Writes this property list (key and element pairs) in this PropertyMap table to the output stream in a format suitable for loading into a PropertyMap table using the load(InputStream) method.
store - Variable in class org.crosswire.jsword.passage.BitwisePassage
The place the real data is stored
store - Variable in class org.crosswire.jsword.passage.DistinctPassage
The place the real data is stored
store - Variable in class org.crosswire.jsword.passage.RangedPassage
The place the real data is stored
store(ResourceBundle, BibleBook, Map, Map, Map) - Method in class org.crosswire.jsword.versification.BibleNames.NameList
 
storeInstalledIndexMetadata() - Method in class org.crosswire.jsword.index.lucene.InstalledIndex
 
storeInstalledIndexMetadata(PropertyMap) - Method in class org.crosswire.jsword.index.lucene.InstalledIndex
Use this method to add/update custom property in the metadata file.
storeInstalledIndexMetadata(Book, String) - Method in class org.crosswire.jsword.index.lucene.InstalledIndex
 
storeLatestVersionAsInstalledIndexMetadata(Book) - Method in class org.crosswire.jsword.index.lucene.InstalledIndex
 
storeProperties(PropertyMap, URI, String) - Static method in class org.crosswire.common.util.NetUtil
Store the properties at the location given by the uri using the supplied title.
string2Boolean(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a boolean
string2Int(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to an int
string2Map(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to a Map, without type checking
string2Object(String) - Static method in class org.crosswire.common.util.Convert
Convert a String to an Object
StringArrayChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
StringArrayChoice() - Constructor for class org.crosswire.common.config.StringArrayChoice
 
StringChoice - Class in org.crosswire.common.config
A type of Choice that converts between strings and objects.
StringChoice() - Constructor for class org.crosswire.common.config.StringChoice
 
StringOptionsChoice - Class in org.crosswire.common.config
A class to convert between strings and objects of a type.
StringOptionsChoice() - Constructor for class org.crosswire.common.config.StringOptionsChoice
 
StringSAXEventProvider - Class in org.crosswire.common.xml
A SAXEventProvider that provides SAX events from a String.
StringSAXEventProvider(String) - Constructor for class org.crosswire.common.xml.StringSAXEventProvider
Simple ctor
StringUtil - Class in org.crosswire.common.util
A generic class of String utilities.
StringUtil() - Constructor for class org.crosswire.common.util.StringUtil
Prevent instantiation
stripPunctuation(String...) - Static method in class org.crosswire.jsword.book.SentenceUtil
From a sentence get a list of words (in original order) without any punctuation, and all in lower case.
stripPunctuationWord(String) - Static method in class org.crosswire.jsword.book.SentenceUtil
Remove the punctuation from the ends of the word
stripWords(String...) - Static method in class org.crosswire.jsword.book.SentenceUtil
From a sentence get a list of words (in original order) without any punctuation, and all in lower case.
stripWords(String, String) - Static method in class org.crosswire.jsword.book.SentenceUtil
Remove the punctuation from the ends of the word.
STRONGS_PATTERN - Static variable in class org.crosswire.jsword.book.study.StrongsNumber
The pattern of an acceptable Strong's number.
STRONGS_PATTERN - Static variable in class org.crosswire.jsword.book.sword.RawLDBackend
This is the pattern of a Strong's Number.
StrongsAnalysis - Class in org.crosswire.jsword.examples
Analyze Strong's Numbers in a module.
StrongsAnalysis() - Constructor for class org.crosswire.jsword.examples.StrongsAnalysis
 
StrongsMapSet - Class in org.crosswire.jsword.book.study
A StrongsMapSet is keyed by a Strong's Number of the form Gd or Hd, where G and H stand for Greek and Hebrew respectively and d is the actual number, zero padded to 4 digits.
StrongsMapSet() - Constructor for class org.crosswire.jsword.book.study.StrongsMapSet
Build an empty Strong's Map Set.
strongsNumber - Static variable in class org.crosswire.jsword.book.OSISUtil
 
StrongsNumber - Class in org.crosswire.jsword.book.study
A Strong's Number is either Greek or Hebrew, where the actual numbers for each start at 1.
StrongsNumber(String) - Constructor for class org.crosswire.jsword.book.study.StrongsNumber
Build an immutable Strong's Number.
StrongsNumber(char, short) - Constructor for class org.crosswire.jsword.book.study.StrongsNumber
Build an immutable Strong's Number.
StrongsNumber(char, short, String) - Constructor for class org.crosswire.jsword.book.study.StrongsNumber
Build an immutable Strong's Number.
strongsNumber - Variable in class org.crosswire.jsword.book.study.StrongsNumber
The Strong's Number.
StrongsNumberAnalyzer - Class in org.crosswire.jsword.index.lucene.analysis
A specialized analyzer that normalizes JSword keys.
StrongsNumberAnalyzer() - Constructor for class org.crosswire.jsword.index.lucene.analysis.StrongsNumberAnalyzer
Construct a default StrongsNumberAnalyzer.
StrongsNumberAnalyzer(Book) - Constructor for class org.crosswire.jsword.index.lucene.analysis.StrongsNumberAnalyzer
Construct an StrongsNumberAnalyzer tied to a book.
StrongsNumberFilter - Class in org.crosswire.jsword.index.lucene.analysis
A StrongsNumberFilter normalizes Strong's Numbers.
StrongsNumberFilter(TokenStream) - Constructor for class org.crosswire.jsword.index.lucene.analysis.StrongsNumberFilter
Construct filtering in.
StrongsNumberFilter(Book, TokenStream) - Constructor for class org.crosswire.jsword.index.lucene.analysis.StrongsNumberFilter
Construct filtering in.
strongsNumberPattern - Static variable in class org.crosswire.jsword.book.OSISUtil
 
strongsNumberPattern - Static variable in class org.crosswire.jsword.examples.StrongsAnalysis
 
subIdentifier - Variable in class org.crosswire.jsword.passage.Verse
The OSIS Sub-identifier if present.
SubTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the subscript element.
SubTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SubTag
 
subtract(Verse, int) - Method in class org.crosswire.jsword.versification.Versification
Get the verse n down from here this Verse.
suffix(String, String) - Static method in class org.crosswire.common.diff.Commonality
Find the length of a common suffix.
SUFFIX_COMP - Static variable in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
SUFFIX_INDEX - Static variable in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
SUFFIX_PART1 - Static variable in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
SUFFIX_TEXT - Static variable in class org.crosswire.jsword.book.sword.state.ZVerseBackendState
 
suppliedOptions - Variable in class org.crosswire.common.options.GetOptions
 
supported - Variable in class org.crosswire.jsword.book.sword.SwordBookMetaData
True if this book's config type can be used by JSword.
suppressEvents - Variable in class org.crosswire.jsword.passage.AbstractPassage
If we have several changes to make then we increment this and then decrement it when done (and fire an event off).
SupTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the superscript element.
SupTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SupTag
 
swap(Object[], int, int, int) - Static method in class org.crosswire.common.options.GetOptions
Swap adjacent blocks in an array.
SWORD_GLOBAL_CONF - Static variable in class org.crosswire.jsword.book.sword.SwordBookPath
Sword global config file
SwordBook - Class in org.crosswire.jsword.book.sword
SwordBook is a base class for all verse based Sword type books.
SwordBook(SwordBookMetaData, Backend<?>) - Constructor for class org.crosswire.jsword.book.sword.SwordBook
Construct an SwordBook given the BookMetaData and the AbstractBackend.
SwordBookDriver - Class in org.crosswire.jsword.book.sword
This represents all of the Sword Books (aka modules).
SwordBookDriver() - Constructor for class org.crosswire.jsword.book.sword.SwordBookDriver
Some basic name initialization
SwordBookMetaData - Class in org.crosswire.jsword.book.sword
A utility class for loading and representing Sword book configs.
SwordBookMetaData(File, URI) - Constructor for class org.crosswire.jsword.book.sword.SwordBookMetaData
Loads a sword config from a given File.
SwordBookMetaData(byte[], String) - Constructor for class org.crosswire.jsword.book.sword.SwordBookMetaData
Loads a sword config from a buffer gotten from mods.d.tar.gz or mods.d.zip.
SwordBookMetaData.KeyFilter - Class in org.crosswire.jsword.book.sword
KeyFilter returns true for keys that should always be present.
SwordBookMetaData.KeyFilter(String[]) - Constructor for class org.crosswire.jsword.book.sword.SwordBookMetaData.KeyFilter
Create a KeyFilter for the expected keys.
SwordBookPath - Class in org.crosswire.jsword.book.sword
This represents all of the Sword Books (aka modules).
SwordBookPath() - Constructor for class org.crosswire.jsword.book.sword.SwordBookPath
Some basic name initialization
SwordBookPath.CustomFilenameFilter - Class in org.crosswire.jsword.book.sword
Check that the directories in the version directory really represent versions.
SwordBookPath.CustomFilenameFilter() - Constructor for class org.crosswire.jsword.book.sword.SwordBookPath.CustomFilenameFilter
 
SwordConstants - Class in org.crosswire.jsword.book.sword
A Constants to help the SwordBookDriver to read Sword format data.
SwordConstants() - Constructor for class org.crosswire.jsword.book.sword.SwordConstants
Prevent instantiation
SwordDailyDevotion - Class in org.crosswire.jsword.book.sword
A book that has a preferred key of today's date.
SwordDailyDevotion(SwordBookMetaData, Backend) - Constructor for class org.crosswire.jsword.book.sword.SwordDailyDevotion
Construct an SwordDailyDevotion given the BookMetaData and the AbstractBackend.
SwordDictionary - Class in org.crosswire.jsword.book.sword
A Sword version of Dictionary.
SwordDictionary(SwordBookMetaData, Backend) - Constructor for class org.crosswire.jsword.book.sword.SwordDictionary
Construct an SwordDictionary given the BookMetaData and the AbstractBackend.
SwordGenBook - Class in org.crosswire.jsword.book.sword
A Sword version of a generic book.
SwordGenBook(SwordBookMetaData, Backend) - Constructor for class org.crosswire.jsword.book.sword.SwordGenBook
Construct an SwordGenBook given the BookMetaData and the AbstractBackend.
SwordUtil - Class in org.crosswire.jsword.book.sword
Various utilities used by different Sword classes.
SwordUtil() - Constructor for class org.crosswire.jsword.book.sword.SwordUtil
Prevent instantiation
symbol - Variable in enum org.crosswire.common.diff.EditType
The symbol representing the EditType
SynchronizedPassage - Class in org.crosswire.jsword.passage
This is a simple proxy to a real Passage object that makes all accesses synchronized.
SynchronizedPassage(Passage) - Constructor for class org.crosswire.jsword.passage.SynchronizedPassage
Construct a SynchronizedPassage from a real Passage to which we proxy.
SyncTag - Class in org.crosswire.jsword.book.filter.thml
THML Tag to process the sync element.
SyncTag() - Constructor for class org.crosswire.jsword.book.filter.thml.SyncTag
 
SystemCalvin - Class in org.crosswire.jsword.versification.system
Versification for French Olivétan and derivatives Bibles.
SystemCalvin() - Constructor for class org.crosswire.jsword.versification.system.SystemCalvin
Build the "KJV" Versification.
SystemCatholic - Class in org.crosswire.jsword.versification.system
 
SystemCatholic() - Constructor for class org.crosswire.jsword.versification.system.SystemCatholic
Build the "Catholic" Versification.
SystemCatholic2 - Class in org.crosswire.jsword.versification.system
The Catholic2 Versification differs from Catholic in that Esther 10 has 13 verses rather than 3 and Esther has 16 chapters rather than 10.
SystemCatholic2() - Constructor for class org.crosswire.jsword.versification.system.SystemCatholic2
Build the "Catholic2" Versification.
SystemDarbyFR - Class in org.crosswire.jsword.versification.system
This versification scheme is based on the French Darby translation.
SystemDarbyFR() - Constructor for class org.crosswire.jsword.versification.system.SystemDarbyFR
Build the "KJV" Versification.
SystemDefault - Class in org.crosswire.jsword.versification.system
The SystemDefault versification (v11n) is that of the Protestant KJV.
SystemDefault() - Constructor for class org.crosswire.jsword.versification.system.SystemDefault
 
SystemGerman - Class in org.crosswire.jsword.versification.system
 
SystemGerman() - Constructor for class org.crosswire.jsword.versification.system.SystemGerman
Build the "German" Versification.
SystemKJV - Class in org.crosswire.jsword.versification.system
The KJV versification is the first implemented versification and is the default versification for JSword/SWORD.
SystemKJV() - Constructor for class org.crosswire.jsword.versification.system.SystemKJV
Build the "KJV" Versification.
SystemKJVA - Class in org.crosswire.jsword.versification.system
 
SystemKJVA() - Constructor for class org.crosswire.jsword.versification.system.SystemKJVA
Build the "KJVA" Versification.
SystemLeningrad - Class in org.crosswire.jsword.versification.system
The Leningrad Codex versification differs from the Masoretic Text (MT) versification only in the placement of 1 and 2 Chronicles.
SystemLeningrad() - Constructor for class org.crosswire.jsword.versification.system.SystemLeningrad
Build the "Leningrad" Versification.
SystemLuther - Class in org.crosswire.jsword.versification.system
 
SystemLuther() - Constructor for class org.crosswire.jsword.versification.system.SystemLuther
Build the "Luther" Versification.
SystemLXX - Class in org.crosswire.jsword.versification.system
LXX a compromise versification system, intended to allow encoding of Bibles using a number of slightly varying LXX-based versification systems.
SystemLXX() - Constructor for class org.crosswire.jsword.versification.system.SystemLXX
Build the "LXX" Versification.
SystemMT - Class in org.crosswire.jsword.versification.system
The Masoretic Text (MT) versification differs from the Leningrad Codex versification only in the placement of 1 and 2 Chronicles.
SystemMT() - Constructor for class org.crosswire.jsword.versification.system.SystemMT
Build the "MT" Versification.
SystemNRSV - Class in org.crosswire.jsword.versification.system
The NRSV Versification is nearly the same as the KJV versification.
SystemNRSV() - Constructor for class org.crosswire.jsword.versification.system.SystemNRSV
Build the "NRSV" Versification.
SystemNRSVA - Class in org.crosswire.jsword.versification.system
 
SystemNRSVA() - Constructor for class org.crosswire.jsword.versification.system.SystemNRSVA
Build the "NRSVA" Versification.
SystemOrthodox - Class in org.crosswire.jsword.versification.system
Orthodox is based on the LXX versification system.
SystemOrthodox() - Constructor for class org.crosswire.jsword.versification.system.SystemOrthodox
Build the "Orthodox" Versification.
SystemSegond - Class in org.crosswire.jsword.versification.system
This versification for L Segond Bibles.
SystemSegond() - Constructor for class org.crosswire.jsword.versification.system.SystemSegond
Build the "KJV" Versification.
SystemSynodal - Class in org.crosswire.jsword.versification.system
The Synodal versification data is based on the Synodal and Slavonic translations from rusbible dot ru (of early 2009) and the BFBS Synodal database, as supplied by Konstantin Maslyuk.
SystemSynodal() - Constructor for class org.crosswire.jsword.versification.system.SystemSynodal
Build the "Synodal" Versification.
SystemSynodalProt - Class in org.crosswire.jsword.versification.system
The SynodalP versification is essentially the KJV v11n, using its chapter counts, but with a modified NT book order similar to those of the Synodal v11n and merged with verse counts similar to those of the Synodal v11n
SystemSynodalProt() - Constructor for class org.crosswire.jsword.versification.system.SystemSynodalProt
Build the "SynodalP" Versification.
SystemVulg - Class in org.crosswire.jsword.versification.system
 
SystemVulg() - Constructor for class org.crosswire.jsword.versification.system.SystemVulg
Build the "Vulg" Versification.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Copyright ¨ 2003-2015