|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOutputter
Converts a result to a report. See extension point org.eclipse.mat.report.renderer
| Nested Class Summary | |
|---|---|
static interface |
IOutputter.Context
Holds information which controls how to format a report. |
| Method Summary | |
|---|---|
void |
embedd(IOutputter.Context context,
IResult result,
Writer writer)
Add this result to the output. |
void |
process(IOutputter.Context context,
IResult result,
Writer writer)
Write this result to the output, presuming the writer has just been opened. |
| Method Detail |
|---|
void embedd(IOutputter.Context context,
IResult result,
Writer writer)
throws IOException
context - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should go
IOException
void process(IOutputter.Context context,
IResult result,
Writer writer)
throws IOException
context - the context, which controls how the output should be doneresult - the result to be formattedwriter - where the formatted output should go
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||