| Package | Description |
|---|---|
| org.eclipse.mat.inspections.threads |
These are queries for Threads.
|
| org.eclipse.mat.report |
Controls building of reports from XML report definitions.
|
| org.eclipse.mat.report.internal |
Internal classes for controlling building of reports from XML report definitions (not API).
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadInfoQuery.Result |
| Modifier and Type | Class and Description |
|---|---|
class |
QuerySpec
A container for a result of a query.
|
class |
SectionSpec
A container for multiple results.
|
| Modifier and Type | Method and Description |
|---|---|
Spec |
SpecFactory.create(File specFile) |
Spec |
SpecFactory.create(SpecFactory.Report report) |
Spec |
SpecFactory.create(String extensionIdentifier) |
Spec |
TestSuite.spec() |
| Modifier and Type | Method and Description |
|---|---|
List<Spec> |
SectionSpec.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
SectionSpec.add(Spec child) |
void |
Spec.merge(Spec other)
Merge with another Spec.
|
void |
SectionSpec.merge(Spec otherSpec) |
void |
QuerySpec.merge(Spec other) |
void |
SpecFactory.resolve(Spec master) |
| Constructor and Description |
|---|
Builder(Spec spec) |
| Modifier and Type | Method and Description |
|---|---|
Spec |
AbstractPart.spec() |
| Modifier and Type | Method and Description |
|---|---|
AbstractPart |
PartsFactory.create(AbstractPart parent,
Spec spec) |
AbstractPart |
PartsFactory.createClone(AbstractPart template,
Spec spec) |
AbstractPart |
PartsFactory.createRoot(Spec spec) |
| Constructor and Description |
|---|
LinkedPart(String id,
AbstractPart parent,
DataFile artefact,
Spec spec,
AbstractPart linkedTo) |