Package org.eclipse.mat.jruby.resolver
Class JRubyScriptResolver
- java.lang.Object
-
- org.eclipse.mat.jruby.resolver.JRubyScriptResolver
-
- All Implemented Interfaces:
IRequestDetailsResolver
public class JRubyScriptResolver extends Object implements IRequestDetailsResolver
-
-
Constructor Summary
Constructors Constructor Description JRubyScriptResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
complement(ISnapshot snapshot, IThreadInfo thread, int[] localVars, int currentVarId, IProgressListener listener)
Add extra details
-
-
-
Method Detail
-
complement
public void complement(ISnapshot snapshot, IThreadInfo thread, int[] localVars, int currentVarId, IProgressListener listener) throws SnapshotException
Description copied from interface:IRequestDetailsResolver
Add extra details- Specified by:
complement
in interfaceIRequestDetailsResolver
- Parameters:
snapshot
- the whole dumpthread
- the thread processing the requestlocalVars
- all the local variables, as idscurrentVarId
- this particular object, as an idlistener
- to show progress and log errors- Throws:
SnapshotException
-
-