|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crosswire.jsword.book.filter.gbf.GBFTagBuilders
public final class GBFTagBuilders
This class is a convienence to get GBF Tags. The best place to go for more information about the GBF spec that I have found is: http://ebible.org/bible/gbf.htm
for license details.
The copyright to this program is held by it's authors.| Field Summary | |
|---|---|
private static Map |
BUILDERS
The BUILDERS maps the 2 letter GBF tag to a class that proxies for the tag. |
private static Logger |
log
The log stream |
| Constructor Summary | |
|---|---|
private |
GBFTagBuilders()
|
| Method Summary | |
|---|---|
static Tag |
getTag(Book book,
Key key,
String name)
|
static Tag |
getTextTag(String text)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final Logger log
private static final Map BUILDERS
BUILDERS maps the 2 letter GBF tag to a class that proxies for the tag.
| Constructor Detail |
|---|
private GBFTagBuilders()
| Method Detail |
|---|
public static Tag getTag(Book book,
Key key,
String name)
name -
public static Tag getTextTag(String text)
text -
|
Copyright ยจ 2003-2006 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||