org.eclipse.mat.internal.snapshot.inspections
Class MultiplePath2GCRootsQuery
java.lang.Object
org.eclipse.mat.internal.snapshot.inspections.MultiplePath2GCRootsQuery
- All Implemented Interfaces:
- IQuery
public class MultiplePath2GCRootsQuery
- extends Object
- implements IQuery
snapshot
public ISnapshot snapshot
objects
public IHeapObjectArgument objects
excludes
public List<String> excludes
groupBy
public MultiplePath2GCRootsQuery.Grouping groupBy
MultiplePath2GCRootsQuery
public MultiplePath2GCRootsQuery()
execute
public IResult execute(IProgressListener listener)
throws Exception
- Description copied from interface:
IQuery
- The execute method is called after all arguments have been injected into
the query instance.
Typical results are
TextResult
, CompositeResult
, SectionSpec
etc.
- Specified by:
execute
in interface IQuery
- Parameters:
listener
- Monitor to report progress and check for cancellation.
- Returns:
- The result of the query.
- Throws:
Exception
create
public static MultiplePath2GCRootsQuery.Tree create(ISnapshot snapshot,
IMultiplePathsFromGCRootsComputer computer,
int[] selection)
throws SnapshotException
- Throws:
SnapshotException
create
public static MultiplePath2GCRootsQuery.Tree create(ISnapshot snapshot,
IMultiplePathsFromGCRootsComputer computer,
int[] selection,
IProgressListener listener)
throws SnapshotException
- Throws:
SnapshotException