Package org.eclipse.mat.report.internal
Class ResultRenderer
- java.lang.Object
-
- org.eclipse.mat.report.internal.ResultRenderer
-
public class ResultRenderer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResultRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginSection(SectionPart section)
void
beginSuite(TestSuite suite, AbstractPart part)
void
endSection(SectionPart section)
void
endSuite(AbstractPart part)
TestSuite
getSuite()
void
process(QueryPart test, IResult result, org.eclipse.mat.report.internal.RenderingInfo rInfo)
void
processLink(LinkedPart linkedPart)
-
-
-
Method Detail
-
getSuite
public TestSuite getSuite()
-
beginSuite
public void beginSuite(TestSuite suite, AbstractPart part) throws java.io.IOException
- Throws:
java.io.IOException
-
endSuite
public void endSuite(AbstractPart part) throws java.io.IOException
- Throws:
java.io.IOException
-
beginSection
public void beginSection(SectionPart section) throws java.io.IOException
- Throws:
java.io.IOException
-
endSection
public void endSection(SectionPart section)
-
process
public void process(QueryPart test, IResult result, org.eclipse.mat.report.internal.RenderingInfo rInfo) throws java.io.IOException
- Throws:
java.io.IOException
-
processLink
public void processLink(LinkedPart linkedPart)
-
-