LogReportOutputter
, XmlReportOutputter
public interface ReportOutputter
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
CONSOLE |
|
static java.lang.String |
XML |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
|
void |
output(ResolveReport report,
ResolutionCacheManager cacheMgr,
ResolveOptions options) |
static final java.lang.String CONSOLE
static final java.lang.String XML
void output(ResolveReport report, ResolutionCacheManager cacheMgr, ResolveOptions options) throws java.io.IOException
java.io.IOException
java.lang.String getName()