|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cometway.util.DevNullReporter
public class DevNullReporter
This implementation of ReporterInterface does absolutely positively nothing.
| Constructor Summary | |
|---|---|
DevNullReporter()
|
|
| Method Summary | |
|---|---|
void |
debug(java.lang.Object objectRef,
java.lang.String message)
Does nothing. |
void |
error(java.lang.Object objectRef,
java.lang.String message)
Does nothing. |
void |
error(java.lang.Object objectRef,
java.lang.String message,
java.lang.Exception e)
Does nothing. |
void |
println(java.lang.Object objectRef,
java.lang.String message)
Does nothing. |
void |
warning(java.lang.Object objectRef,
java.lang.String message)
Does nothing. |
void |
warning(java.lang.Object objectRef,
java.lang.String message,
java.lang.Exception e)
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DevNullReporter()
| Method Detail |
|---|
public void debug(java.lang.Object objectRef,
java.lang.String message)
debug in interface ReporterInterface
public void error(java.lang.Object objectRef,
java.lang.String message)
error in interface ReporterInterface
public void error(java.lang.Object objectRef,
java.lang.String message,
java.lang.Exception e)
error in interface ReporterInterface
public void println(java.lang.Object objectRef,
java.lang.String message)
println in interface ReporterInterface
public void warning(java.lang.Object objectRef,
java.lang.String message)
warning in interface ReporterInterface
public void warning(java.lang.Object objectRef,
java.lang.String message,
java.lang.Exception e)
warning in interface ReporterInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||