Uses of Class
org.eclipse.mat.util.RegistryReader

Packages that use RegistryReader
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
org.eclipse.mat.internal.acquire Support for collecting arguments for acquiring heap dumps from running programs. 
org.eclipse.mat.parser.internal.util Input/output utilities for the parser component (not API). 
org.eclipse.mat.query.registry Package for getting a list of queries and examining their capabilities and setting them up. 
org.eclipse.mat.report Controls building of reports from XML report definitions. 
org.eclipse.mat.snapshot.registry Registries for the extensions to read additional heap dump information like threads, name resolvers etc. 
org.eclipse.mat.ui.editor Editor for viewing snapshot (not API). 
 

Uses of RegistryReader in org.eclipse.mat.hprof
 

Subclasses of RegistryReader in org.eclipse.mat.hprof
 class EnhancerRegistry
           
 

Uses of RegistryReader in org.eclipse.mat.internal.acquire
 

Subclasses of RegistryReader in org.eclipse.mat.internal.acquire
 class HeapDumpProviderRegistry
           
 

Uses of RegistryReader in org.eclipse.mat.parser.internal.util
 

Subclasses of RegistryReader in org.eclipse.mat.parser.internal.util
 class ParserRegistry
           
 

Uses of RegistryReader in org.eclipse.mat.query.registry
 

Subclasses of RegistryReader in org.eclipse.mat.query.registry
 class QueryRegistry
           
 

Uses of RegistryReader in org.eclipse.mat.report
 

Subclasses of RegistryReader in org.eclipse.mat.report
 class RendererRegistry
          Holds all the renderers.
 class SpecFactory
          Builds a full report based on an xml report definition, which could specify several queries to be run.
 

Uses of RegistryReader in org.eclipse.mat.snapshot.registry
 

Subclasses of RegistryReader in org.eclipse.mat.snapshot.registry
 class RequestDetailResolverRegistry
           
 class SubjectRegistry<D>
           
 class ThreadDetailResolverRegistry
           
 class TroubleTicketResolverRegistry
           
 

Uses of RegistryReader in org.eclipse.mat.ui.editor
 

Subclasses of RegistryReader in org.eclipse.mat.ui.editor
 class EditorPaneRegistry