Interface ReportOutputter
- All Known Implementing Classes:
LogReportOutputter, XmlReportOutputter
public interface ReportOutputter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidoutput(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Field Details
-
CONSOLE
- See Also:
-
XML
- See Also:
-
-
Method Details
-
output
void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws IOException - Throws:
IOException
-
getName
String getName()
-