|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.binaryfantasy.murq.util.DiagnosticUtils
public class DiagnosticUtils
Provides methods for creating human readable versions of Murq's internal data structures for diagnostic and logging use.
| Constructor Summary | |
|---|---|
DiagnosticUtils()
|
|
| Method Summary | |
|---|---|
static String |
toString(org.apache.lucene.store.Directory dir)
Returns a text rendering of the contents of the specified Lucene Directory. |
static String |
toString(ISource source)
Returns a text rendering of the contents of the specified ISource. |
static String |
toString(ISource source,
String key)
Returns a text rendering of the specified content in the ISource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiagnosticUtils()
| Method Detail |
|---|
public static String toString(ISource source)
ISource.
source - the ISource to be
rendered.
ISource.
public static String toString(ISource source,
String key)
ISource.
source - the ISource containing
the content.key - the key associated with the content to be rendered.
ISource.public static String toString(org.apache.lucene.store.Directory dir)
Directory.
dir - the Lucene Directory to be rendered.
Directory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||