Package org.apache.ivy.plugins.report
Class LogReportOutputter
- java.lang.Object
-
- org.apache.ivy.plugins.report.LogReportOutputter
-
- All Implemented Interfaces:
ReportOutputter
public class LogReportOutputter extends java.lang.Object implements ReportOutputter
-
-
Field Summary
-
Fields inherited from interface org.apache.ivy.plugins.report.ReportOutputter
CONSOLE, XML
-
-
Constructor Summary
Constructors Constructor Description LogReportOutputter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
append(java.lang.StringBuilder line, java.lang.Object o, int limit)
java.lang.String
getName()
void
output(ConfigurationResolveReport report)
void
output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceReportOutputter
-
output
public void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws java.io.IOException
- Specified by:
output
in interfaceReportOutputter
- Throws:
java.io.IOException
-
output
public void output(ConfigurationResolveReport report)
-
append
private void append(java.lang.StringBuilder line, java.lang.Object o, int limit)
-
-