|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.report.internal.HtmlOutputter
public class HtmlOutputter
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.eclipse.mat.report.IOutputter |
---|
IOutputter.Context |
Constructor Summary | |
---|---|
HtmlOutputter()
|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlOutputter()
Method Detail |
---|
public void embedd(IOutputter.Context context, IResult result, java.io.Writer writer) throws java.io.IOException
IOutputter
embedd
in interface IOutputter
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
public void process(IOutputter.Context context, IResult result, java.io.Writer writer) throws java.io.IOException
IOutputter
process
in interface IOutputter
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 |