|
||||||||||
| 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 convenience 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
The GNU Lesser General Public License for details.| Field Summary | |
|---|---|
private static Map<String,TagBuilder> |
BUILDERS
The BUILDERS maps the 2 letter GBF tag to a class that
proxies for the tag. |
private static org.slf4j.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 Map<String,TagBuilder> BUILDERS
BUILDERS maps the 2 letter GBF tag to a class that
proxies for the tag.
private static final org.slf4j.Logger log
| Constructor Detail |
|---|
private GBFTagBuilders()
| Method Detail |
|---|
public static Tag getTag(Book book,
Key key,
String name)
book - the bookkey - the keyname - the tag name
public static Tag getTextTag(String text)
text -
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||