org.eclipse.mat.hprof.extension
Interface IRuntimeEnhancer
public interface IRuntimeEnhancer
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
Method Summary |
|
getAddon(ISnapshot snapshot,
java.lang.Class<A> addon)
Returns addon information of certain type if such information is attached
to the HPROF snapshot |
getAddon
<A> A getAddon(ISnapshot snapshot,
java.lang.Class<A> addon)
throws SnapshotException
- Returns addon information of certain type if such information is attached
to the HPROF snapshot
- Type Parameters:
A
- - Parameters:
snapshot
- addon
-
- Returns:
-
- Throws:
SnapshotException