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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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