public interface ITroubleTicketResolver
org.eclipse.mat.api.ticketResolver
extension point.Modifier and Type | Method and Description |
---|---|
String |
getTicketSystem()
Get the trouble tracking system, e.g Bugzilla
|
String |
resolveByClass(IClass clazz,
IProgressListener listener)
Return a proposal for the component (e.g.
|
String |
resolveByClassLoader(IClassLoader classLoader,
IProgressListener listener)
Return a proposal for the component (e.g.
|
String getTicketSystem()
String resolveByClass(IClass clazz, IProgressListener listener) throws SnapshotException
clazz
- the class for which the component should be proposedlistener
- a progress listenerSnapshotException
String resolveByClassLoader(IClassLoader classLoader, IProgressListener listener) throws SnapshotException
classLoader
- the class for which the component should be proposedlistener
- a progress listenerSnapshotException