Package org.eclipse.mat.report
Class SectionSpec
- java.lang.Object
-
- org.eclipse.mat.report.Spec
-
- org.eclipse.mat.report.SectionSpec
-
- All Implemented Interfaces:
IResult
- Direct Known Subclasses:
ThreadInfoQuery.Result
public class SectionSpec extends Spec
A container for multiple results. The results are merged if possible.
-
-
Constructor Summary
Constructors Constructor Description SectionSpec()
Deprecated.SectionSpec(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Spec child)
List<Spec>
getChildren()
ITestResult.Status
getStatus()
void
merge(Spec otherSpec)
Merge with another Spec.void
setStatus(ITestResult.Status status)
-
Methods inherited from class org.eclipse.mat.report.Spec
getName, getParams, getResultMetaData, getTemplate, putAll, set, setName, setTemplate
-
-
-
-
Constructor Detail
-
SectionSpec
@Deprecated public SectionSpec()
Deprecated.
-
SectionSpec
public SectionSpec(String name)
-
-
Method Detail
-
getStatus
public ITestResult.Status getStatus()
-
setStatus
public void setStatus(ITestResult.Status status)
-
add
public void add(Spec child)
-
-