public class NopSummaryDumper extends java.lang.Object implements SummaryDumper
| Constructor and Description |
|---|
NopSummaryDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
notify(java.lang.String message) |
void |
notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |
public void notify(java.lang.String message)
notify in interface SummaryDumperpublic void notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
notifyError in interface SummaryDumperpublic void close()
close in interface SummaryDumper