|
||||||||||
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,
java.io.Writer writer)
Add this result to the output. |
void |
process(IOutputter.Context context,
IResult result,
java.io.Writer writer)
Write this result to the output, presuming the writer has just been opened. |
Method Detail |
---|
void embedd(IOutputter.Context context, IResult result, java.io.Writer writer) throws java.io.IOException
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go
java.io.IOException
void process(IOutputter.Context context, IResult result, java.io.Writer writer) throws java.io.IOException
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |