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 ReportOutputter
CONSOLE, XML -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidoutput(ConfigurationResolveReport report, String resolveId, String[] confs, ResolutionCacheManager cacheMgr) voidoutput(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
Constructor Details
-
XmlReportOutputter
public XmlReportOutputter()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceReportOutputter
-
output
public void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws IOException - Specified by:
outputin interfaceReportOutputter- Throws:
IOException
-
output
public void output(ConfigurationResolveReport report, String resolveId, String[] confs, ResolutionCacheManager cacheMgr) throws IOException - Throws:
IOException
-