public interface ReportLoader
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(java.net.URI reportURI)
Returns true if this loader can process the provided URI.
|
void |
loadReport(java.net.URI reportURI,
java.io.OutputStream out)
Reads a report from the URI and writes it to the output stream.
|
boolean accepts(java.net.URI reportURI)
reportURI - the uri to test.void loadReport(java.net.URI reportURI,
java.io.OutputStream out)
throws java.io.IOException
reportURI - uri of the report.out - output stream to write to.java.io.IOException