Package org.eclipse.mat.query.registry
Class Queries
- java.lang.Object
-
- org.eclipse.mat.query.registry.Queries
-
public class Queries extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryResult
execute(IProgressListener listener)
static Queries
lookup(java.lang.String name, IQueryContext context)
static Queries
parse(java.lang.String commandLine, IQueryContext context)
Queries
set(java.lang.String name, java.lang.Object value)
-
-
-
Method Detail
-
lookup
public static Queries lookup(java.lang.String name, IQueryContext context) throws SnapshotException
- Throws:
SnapshotException
-
parse
public static Queries parse(java.lang.String commandLine, IQueryContext context) throws SnapshotException
- Throws:
SnapshotException
-
set
public Queries set(java.lang.String name, java.lang.Object value) throws SnapshotException
- Throws:
SnapshotException
-
execute
public QueryResult execute(IProgressListener listener) throws SnapshotException
- Throws:
SnapshotException
-
-