org.eclipse.mat.internal.snapshot.inspections
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DominatorQuery.Factory
public DominatorQuery.Factory()
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