Uses of Class
org.eclipse.mat.util.RegistryReader
-
Packages that use RegistryReader Package Description 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 Modifier and Type Class Description class
EnhancerRegistry
-
Uses of RegistryReader in org.eclipse.mat.internal.acquire
Subclasses of RegistryReader in org.eclipse.mat.internal.acquire Modifier and Type Class Description class
HeapDumpProviderRegistry
-
Uses of RegistryReader in org.eclipse.mat.parser.internal.util
Subclasses of RegistryReader in org.eclipse.mat.parser.internal.util Modifier and Type Class Description class
ParserRegistry
-
Uses of RegistryReader in org.eclipse.mat.query.registry
Subclasses of RegistryReader in org.eclipse.mat.query.registry Modifier and Type Class Description class
QueryRegistry
-
Uses of RegistryReader in org.eclipse.mat.report
Subclasses of RegistryReader in org.eclipse.mat.report Modifier and Type Class Description 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 Modifier and Type Class Description class
CollectionExtractorProviderRegistry
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 Modifier and Type Class Description class
EditorPaneRegistry
-