Uses of Class
org.eclipse.mat.report.Spec

Packages that use Spec
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). 
 

Uses of Spec in org.eclipse.mat.inspections.threads
 

Subclasses of Spec in org.eclipse.mat.inspections.threads
static class ThreadInfoQuery.Result
           
 

Uses of Spec in org.eclipse.mat.report
 

Subclasses of Spec in org.eclipse.mat.report
 class QuerySpec
          A container for a result of a query.
 class SectionSpec
          A container for multiple results.
 

Methods in org.eclipse.mat.report that return Spec
 Spec SpecFactory.create(File specFile)
           
 Spec SpecFactory.create(SpecFactory.Report report)
           
 Spec SpecFactory.create(String extensionIdentifier)
           
 Spec TestSuite.spec()
           
 

Methods in org.eclipse.mat.report that return types with arguments of type Spec
 List<Spec> SectionSpec.getChildren()
           
 

Methods in org.eclipse.mat.report with parameters of type Spec
 void SectionSpec.add(Spec child)
           
 void SectionSpec.merge(Spec otherSpec)
           
 void Spec.merge(Spec other)
          Merge with another Spec.
 void QuerySpec.merge(Spec other)
           
 void SpecFactory.resolve(Spec master)
           
 

Constructors in org.eclipse.mat.report with parameters of type Spec
TestSuite.Builder(Spec spec)
           
 

Uses of Spec in org.eclipse.mat.report.internal
 

Methods in org.eclipse.mat.report.internal that return Spec
 Spec AbstractPart.spec()
           
 

Methods in org.eclipse.mat.report.internal with parameters of type Spec
 AbstractPart PartsFactory.create(AbstractPart parent, Spec spec)
           
 AbstractPart PartsFactory.createClone(AbstractPart template, Spec spec)
           
 AbstractPart PartsFactory.createRoot(Spec spec)
           
 

Constructors in org.eclipse.mat.report.internal with parameters of type Spec
LinkedPart(String id, AbstractPart parent, DataFile artefact, Spec spec, AbstractPart linkedTo)