Class DominatorQuery.Factory
- java.lang.Object
-
- org.eclipse.mat.internal.snapshot.inspections.DominatorQuery.Factory
-
- Enclosing class:
- DominatorQuery
public static class DominatorQuery.Factory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DominatorQuery.Tree
create(ISnapshot snapshot, int[] roots, IProgressListener listener)
static DominatorQuery.Tree
groupByClass(ISnapshot snapshot, int[] roots, IProgressListener listener)
static DominatorQuery.Tree
groupByClassLoader(ISnapshot snapshot, int[] roots, IProgressListener listener)
static DominatorQuery.Tree
groupByPackage(ISnapshot snapshot, int[] roots, IProgressListener listener)
-
-
-
Method Detail
-
create
public static DominatorQuery.Tree create(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
- Throws:
SnapshotException
-
groupByClass
public static DominatorQuery.Tree groupByClass(ISnapshot snapshot, int[] roots, IProgressListener listener)
-
groupByClassLoader
public static DominatorQuery.Tree groupByClassLoader(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
- Throws:
SnapshotException
-
groupByPackage
public static DominatorQuery.Tree groupByPackage(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
- Throws:
SnapshotException
-
-