Provides functionality to acquire a heap dump from a locally running Java process
Implementations of this interface need to be
registered using the org.eclipse.mat.api.heapDumpProvider extension point.
This interface provides the possibility to perform some actions and add
information the a parsed snapshot, just after the parsing of an HPROF file is
done.
This lets the query browser find out which queries will work with the selected arguments
then fills in the appropriate arguments for the selected query
Using this interface an implementor can provide additional information to a
HPROF snapshot
See the documentation on the org.eclipse.mat.hprof.enhancer extension point