org.crosswire.jsword.book
Class DataPolice
java.lang.Object
org.crosswire.jsword.book.DataPolice
public final class DataPolice
- extends Object
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.
- Author:
- Joe Walker
- See Also:
The GNU Lesser General Public License for details.
Field Summary |
private static org.slf4j.Logger |
log
The log stream |
Constructor Summary |
private |
DataPolice()
Prevent instantiation |
Method Summary |
static void |
report(Book book,
Key key,
String message)
Report a message against the current book and key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.slf4j.Logger log
- The log stream
DataPolice
private DataPolice()
- Prevent instantiation
report
public static void report(Book book,
Key key,
String message)
- Report a message against the current book and key.
- Parameters:
book
- the book against which to reportkey
- the key against which to reportmessage
- the police report.