Package org.benf.cfr.reader.util.output
Class NopSummaryDumper
- java.lang.Object
-
- org.benf.cfr.reader.util.output.NopSummaryDumper
-
- All Implemented Interfaces:
SummaryDumper
public class NopSummaryDumper extends java.lang.Object implements SummaryDumper
-
-
Constructor Summary
Constructors Constructor Description NopSummaryDumper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
notify(java.lang.String message)
void
notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
-
-
-
Method Detail
-
notify
public void notify(java.lang.String message)
- Specified by:
notify
in interfaceSummaryDumper
-
notifyError
public void notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
- Specified by:
notifyError
in interfaceSummaryDumper
-
close
public void close()
- Specified by:
close
in interfaceSummaryDumper
-
-