org.eclipse.mat.inspections
Class CommonNameResolver.URLResolver

java.lang.Object
  extended by org.eclipse.mat.inspections.CommonNameResolver.URLResolver
All Implemented Interfaces:
IClassSpecificNameResolver
Enclosing class:
CommonNameResolver

public static class CommonNameResolver.URLResolver
extends Object
implements IClassSpecificNameResolver


Constructor Summary
CommonNameResolver.URLResolver()
           
 
Method Summary
 String resolve(IObject obj)
          Resolve the name for snapshot object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonNameResolver.URLResolver

public CommonNameResolver.URLResolver()
Method Detail

resolve

public String resolve(IObject obj)
               throws SnapshotException
Description copied from interface: IClassSpecificNameResolver
Resolve the name for snapshot object.

Specified by:
resolve in interface IClassSpecificNameResolver
Parameters:
obj - object for which the name should be resolved
Returns:
name for snapshot object
Throws:
SnapshotException