org.eclipse.mat.query.registry
Class Queries
java.lang.Object
org.eclipse.mat.query.registry.Queries
public class Queries
- extends Object
lookup
public static Queries lookup(String name,
IQueryContext context)
throws SnapshotException
- Throws:
SnapshotException
parse
public static Queries parse(String commandLine,
IQueryContext context)
throws SnapshotException
- Throws:
SnapshotException
set
public Queries set(String name,
Object value)
throws SnapshotException
- Throws:
SnapshotException
execute
public QueryResult execute(IProgressListener listener)
throws SnapshotException
- Throws:
SnapshotException