Package org.apache.ivy.plugins.report
Class XmlReportOutputter
java.lang.Object
org.apache.ivy.plugins.report.XmlReportOutputter
- All Implemented Interfaces:
ReportOutputter
A Report outputter implementation using
XmlReportWriter
to write xml reports to the
resolution cache.-
Field Summary
Fields inherited from interface org.apache.ivy.plugins.report.ReportOutputter
CONSOLE, XML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
output
(ConfigurationResolveReport report, String resolveId, String[] confs, ResolutionCacheManager cacheMgr) void
output
(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Constructor Details
-
XmlReportOutputter
public XmlReportOutputter()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceReportOutputter
-
output
public void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws IOException - Specified by:
output
in interfaceReportOutputter
- Throws:
IOException
-
output
public void output(ConfigurationResolveReport report, String resolveId, String[] confs, ResolutionCacheManager cacheMgr) throws IOException - Throws:
IOException
-