Uses of Interface
org.apache.ivy.plugins.report.ReportOutputter
Packages that use ReportOutputter
Package
Description
-
Uses of ReportOutputter in org.apache.ivy.core.install
Methods in org.apache.ivy.core.install that return ReportOutputter -
Uses of ReportOutputter in org.apache.ivy.core.report
Methods in org.apache.ivy.core.report with parameters of type ReportOutputterModifier and TypeMethodDescriptionvoid
ResolveReport.output
(ReportOutputter[] outputters, ResolutionCacheManager cacheMgr, ResolveOptions options) -
Uses of ReportOutputter in org.apache.ivy.core.resolve
Methods in org.apache.ivy.core.resolve that return ReportOutputter -
Uses of ReportOutputter in org.apache.ivy.core.settings
Fields in org.apache.ivy.core.settings with type parameters of type ReportOutputterModifier and TypeFieldDescriptionprivate Map<String,
ReportOutputter> IvySettings.reportOutputters
Methods in org.apache.ivy.core.settings that return ReportOutputterModifier and TypeMethodDescriptionIvySettings.getReportOutputter
(String name) IvySettings.getReportOutputters()
Methods in org.apache.ivy.core.settings with parameters of type ReportOutputterModifier and TypeMethodDescriptionvoid
IvySettings.addConfigured
(ReportOutputter outputter) void
IvySettings.addReportOutputter
(ReportOutputter outputter) -
Uses of ReportOutputter in org.apache.ivy.plugins.report
Classes in org.apache.ivy.plugins.report that implement ReportOutputterModifier and TypeClassDescriptionclass
class
A Report outputter implementation usingXmlReportWriter
to write xml reports to the resolution cache.