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