org.eclipse.mat.query.registry
Class Queries
java.lang.Object
org.eclipse.mat.query.registry.Queries
public class Queries
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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