Package org.apache.ivy.plugins.report
Interface ReportOutputter
-
- All Known Implementing Classes:
LogReportOutputter
,XmlReportOutputter
public interface ReportOutputter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
void
output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options)
-
-
-
Field Detail
-
CONSOLE
static final java.lang.String CONSOLE
- See Also:
- Constant Field Values
-
XML
static final java.lang.String XML
- See Also:
- Constant Field Values
-
-
Method Detail
-
output
void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws java.io.IOException
- Throws:
java.io.IOException
-
getName
java.lang.String getName()
-
-