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 SummaryDumper
public void notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
notifyError
in interface SummaryDumper
public void close()
close
in interface SummaryDumper