Package org.eclipse.mat.report
Class SpecFactory
- java.lang.Object
-
- org.eclipse.mat.util.RegistryReader<SpecFactory.Report>
-
- org.eclipse.mat.report.SpecFactory
-
- All Implemented Interfaces:
IExtensionChangeHandler
public final class SpecFactory extends RegistryReader<SpecFactory.Report>
Builds a full report based on an xml report definition, which could specify several queries to be run.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
SpecFactory.Report
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Spec
create(java.io.File specFile)
Spec
create(java.lang.String extensionIdentifier)
Spec
create(SpecFactory.Report report)
static SpecFactory
instance()
void
resolve(Spec master)
-
Methods inherited from class org.eclipse.mat.util.RegistryReader
addExtension, delegates, removeExtension
-
-
-
-
Method Detail
-
instance
public static final SpecFactory instance()
-
create
public Spec create(SpecFactory.Report report) throws java.io.IOException
- Throws:
java.io.IOException
-
create
public Spec create(java.lang.String extensionIdentifier) throws java.io.IOException
- Throws:
java.io.IOException
-
create
public Spec create(java.io.File specFile) throws java.io.IOException
- Throws:
java.io.IOException
-
resolve
public void resolve(Spec master) throws java.io.IOException
- Throws:
java.io.IOException
-
-