Uses of Package
org.eclipse.mat.snapshot.extension

Packages that use org.eclipse.mat.snapshot.extension
org.eclipse.mat.inspections These are general queries. 
org.eclipse.mat.inspections.eclipse These are queries for debugging Eclipse based applications. 
org.eclipse.mat.inspections.jetty These are queries for the Jetty web server. 
org.eclipse.mat.inspections.threads These are queries for Threads. 
org.eclipse.mat.snapshot.extension Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc. 
org.eclipse.mat.snapshot.registry Registries for the extensions to read additional heap dump information like threads, name resolvers etc. 
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.inspections
IClassSpecificNameResolver
          Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.
Subject
          Used to tag resolvers with the name of the class that they handle.
Subjects
          Used to tag resolvers with the names of classes that they handle.
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.inspections.eclipse
IClassSpecificNameResolver
          Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.
Subject
          Used to tag resolvers with the name of the class that they handle.
Subjects
          Used to tag resolvers with the names of classes that they handle.
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.inspections.jetty
IClassSpecificNameResolver
          Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.
IRequestDetailsResolver
          The allows details about a local variable for a thread of a type understood by this resolver to be interpreted and attached to the thread descrition.
IThreadInfo
          Holds detailed information about a thread
Subject
          Used to tag resolvers with the name of the class that they handle.
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.inspections.threads
IThreadInfo
          Holds detailed information about a thread
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.snapshot.extension
IThreadInfo
          Holds detailed information about a thread
 

Classes in org.eclipse.mat.snapshot.extension used by org.eclipse.mat.snapshot.registry
IClassSpecificNameResolver
          Interface describing a name resolver for objects of specific classes (found in an snapshot), e.g.