Package org.dspace.curate
Interface Reporter
-
- All Superinterfaces:
Appendable,AutoCloseable
- All Known Implementing Classes:
FileReporter,LogReporter
public interface Reporter extends Appendable, AutoCloseable
A marker interface needed to make curation reporter classes into plugins.- Author:
- mhwood
-
-
Method Summary
-
Methods inherited from interface java.lang.Appendable
append, append, append
-
Methods inherited from interface java.lang.AutoCloseable
close
-
-