Package org.apache.ivy.plugins.report
Interface ReportOutputter
- All Known Implementing Classes:
LogReportOutputter
,XmlReportOutputter
public interface ReportOutputter
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
output
(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()
-