Package org.eclipse.mat.report.internal
Class QueryPart
- java.lang.Object
-
- org.eclipse.mat.report.internal.AbstractPart
-
- org.eclipse.mat.report.internal.QueryPart
-
public class QueryPart extends AbstractPart
-
-
Constructor Summary
Constructors Constructor Description QueryPart(String id, AbstractPart parent, DataFile artefact, QuerySpec spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractPart
execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener)
String
getCommand()
QuerySpec
spec()
-
Methods inherited from class org.eclipse.mat.report.internal.AbstractPart
getChildren, getId, getObject, getParent, getStatus, params, putObject
-
-
-
-
Constructor Detail
-
QueryPart
public QueryPart(String id, AbstractPart parent, DataFile artefact, QuerySpec spec)
-
-
Method Detail
-
spec
public QuerySpec spec()
- Overrides:
spec
in classAbstractPart
-
getCommand
public String getCommand()
- Overrides:
getCommand
in classAbstractPart
-
execute
public AbstractPart execute(IQueryContext context, ResultRenderer renderer, IProgressListener listener) throws SnapshotException, IOException
- Specified by:
execute
in classAbstractPart
- Throws:
SnapshotException
IOException
-
-