org.eclipse.mat.report
Class SpecFactory
java.lang.Object
org.eclipse.mat.util.RegistryReader<SpecFactory.Report>
org.eclipse.mat.report.SpecFactory
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.
instance
public static final SpecFactory instance()
create
public Spec create(SpecFactory.Report report)
throws IOException
- Throws:
IOException
create
public Spec create(String extensionIdentifier)
throws IOException
- Throws:
IOException
create
public Spec create(File specFile)
throws IOException
- Throws:
IOException
resolve
public void resolve(Spec master)
throws IOException
- Throws:
IOException