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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SectionSpec
@Deprecated
public SectionSpec()
- Deprecated.
SectionSpec
public SectionSpec(java.lang.String name)
getStatus
public ITestResult.Status getStatus()
setStatus
public void setStatus(ITestResult.Status status)
getChildren
public java.util.List<Spec> getChildren()
add
public void add(Spec child)
merge
public void merge(Spec otherSpec)
- Description copied from class:
Spec
- Merge with another Spec.
Combine the parameters and choose the other name if this has none.
- Overrides:
merge
in class Spec
- Parameters:
otherSpec
- the other Spec