Package | Description |
---|---|
org.crosswire.common.util |
A collection of various generic utility classes.
|
org.crosswire.jsword.book |
The Book package provides an interface to a real store of data.
|
org.crosswire.jsword.book.basic |
The Basic package contains default and abstract implementations of the main
Book classes.
|
org.crosswire.jsword.index.lucene.analysis |
Implementation of various Lucene analyzers, providing language dependent customizations.
|
Modifier and Type | Field and Description |
---|---|
static Language |
Language.DEFAULT_LANG
The default language is English.
|
Modifier and Type | Method and Description |
---|---|
int |
Language.compareTo(Language o) |
Modifier and Type | Method and Description |
---|---|
Language |
BookMetaData.getLanguage()
The language of the book.
|
Language |
Book.getLanguage()
The language of the book.
|
Modifier and Type | Method and Description |
---|---|
void |
BookMetaData.setLanguage(Language language)
Set the language for this book.
|
Modifier and Type | Field and Description |
---|---|
private Language |
AbstractBookMetaData.language |
Modifier and Type | Method and Description |
---|---|
Language |
AbstractBookMetaData.getLanguage() |
Language |
AbstractBook.getLanguage() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBookMetaData.setLanguage(Language language) |
Modifier and Type | Method and Description |
---|---|
String |
AnalyzerFactory.getAnalyzerValue(Language lang) |