public static class DominatorQuery.Factory extends Object
Constructor and Description |
---|
DominatorQuery.Factory() |
Modifier and Type | Method and 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) |
public static DominatorQuery.Tree create(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
SnapshotException
public static DominatorQuery.Tree groupByClass(ISnapshot snapshot, int[] roots, IProgressListener listener)
public static DominatorQuery.Tree groupByClassLoader(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
SnapshotException
public static DominatorQuery.Tree groupByPackage(ISnapshot snapshot, int[] roots, IProgressListener listener) throws SnapshotException
SnapshotException