|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITroubleTicketResolver
Interface for a trouble-ticket component resolver. A trouble-ticket component resolver can propose a proper component (e.g. MAT) within a troubleshooting system (e.g. bugzilla) for a specific class or classloader (e.g. org.eclipse.mat.parser.internal.SnapshotImpl). This information is exposed in the Leak suspects reports. It could help the user who generated the report to open a trouble ticket in the proper component, and this is especially helpful when the user is not familiar with the analyzed coding
Method Summary | |
---|---|
java.lang.String |
getTicketSystem()
Get the trouble tracking system, e.g Bugzilla |
java.lang.String |
resolveByClass(IClass clazz,
IProgressListener listener)
Return a proposal for the component (e.g. |
java.lang.String |
resolveByClassLoader(IClassLoader classLoader,
IProgressListener listener)
Return a proposal for the component (e.g. |
Method Detail |
---|
java.lang.String getTicketSystem()
java.lang.String resolveByClass(IClass clazz, IProgressListener listener) throws SnapshotException
clazz
- the class for which the component should be proposedlistener
- a progress listener
SnapshotException
java.lang.String resolveByClassLoader(IClassLoader classLoader, IProgressListener listener) throws SnapshotException
classLoader
- the class for which the component should be proposedlistener
- a progress listener
SnapshotException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |