public interface IRuntimeEnhancer
Modifier and Type | Method and Description |
---|---|
<A> A |
getAddon(ISnapshot snapshot,
Class<A> addon)
Returns addon information of certain type if such information is attached
to the HPROF snapshot
|
<A> A getAddon(ISnapshot snapshot, Class<A> addon) throws SnapshotException
A
- The type of the additional informationsnapshot
- addon
- the class of the required extra informationSnapshotException