org.eclipse.mat.report
Class RendererRegistry

java.lang.Object
  extended by org.eclipse.mat.util.RegistryReader<IOutputter>
      extended by org.eclipse.mat.report.RendererRegistry

public class RendererRegistry
extends RegistryReader<IOutputter>

Holds all the renderers.


Method Summary
static RendererRegistry instance()
           
 IOutputter match(String format, Class<? extends IResult> type)
           
 
Methods inherited from class org.eclipse.mat.util.RegistryReader
addExtension, delegates, removeExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static RendererRegistry instance()

match

public IOutputter match(String format,
                        Class<? extends IResult> type)