|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.crosswire.jsword.book.DataPolice
public final class DataPolice
When we can't convert some source data then the user doesn't really care and just wants it to work, but it would be good to have some way to get the problems fixed, so as a start point we report them through this class.
for license details.
The copyright to this program is held by it's authors.
Field Summary | |
---|---|
private static BookMetaData |
bmd
The last known Book |
private static Key |
key
the last known item |
private static Logger |
log
The log stream |
Constructor Summary | |
---|---|
private |
DataPolice()
Prevent instansiation |
Method Summary | |
---|---|
static void |
report(String message)
Report a message against the current item |
static void |
setBook(BookMetaData bmd)
Set the current book to enhance error reports |
static void |
setKey(Key key)
Set the current item to enhance error reports |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static Key key
private static BookMetaData bmd
private static final Logger log
Constructor Detail |
---|
private DataPolice()
Method Detail |
---|
public static void setBook(BookMetaData bmd)
public static void setKey(Key key)
public static void report(String message)
|
Copyright ยจ 2003-2007 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |