Package org.eclipse.mat.report.internal
Class TextOutputter
java.lang.Object
org.eclipse.mat.report.internal.OutputterBase
org.eclipse.mat.report.internal.TextOutputter
- All Implemented Interfaces:
IOutputter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.mat.report.IOutputter
IOutputter.Context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Constructor Details
-
TextOutputter
public TextOutputter()
-
-
Method Details
-
process
Description copied from interface:IOutputter
Write this result to the output, presuming the writer has just been opened.- Parameters:
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go- Throws:
IOException
- if something went wrong writing this result
-
embedd
Description copied from interface:IOutputter
Add this result to the output.- Parameters:
context
- the context, which controls how the output should be doneresult
- the result to be formattedwriter
- where the formatted output should go- Throws:
IOException
- if something went wrong writing this result
-