public interface IClassSpecificNameResolver
org.eclipse.mat.api.nameResolver
extension point.
Implementations of this interface should be tagged with the Subject
or
Subjects
annotation to specify the types of objects
in the dump they describe.Modifier and Type | Method and Description |
---|---|
String |
resolve(IObject object)
Resolve the name for snapshot object.
|
String resolve(IObject object) throws SnapshotException
object
- object for which the name should be resolvedSnapshotException