Package org.eclipse.mat.ui
Class QueryExecution
- java.lang.Object
-
- org.eclipse.mat.ui.QueryExecution
-
public class QueryExecution extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
displayResult(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, QueryResult result, boolean isReproducable)
static void
execute(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, ArgumentSet set, boolean promptUser, boolean isReproducable)
static void
executeAgain(MultiPaneEditor editor, PaneState state)
static void
executeCommandLine(MultiPaneEditor editor, PaneState originator, String commandLine)
static void
executeQuery(MultiPaneEditor editor, QueryDescriptor query)
-
-
-
Method Detail
-
executeAgain
public static void executeAgain(MultiPaneEditor editor, PaneState state) throws SnapshotException
- Throws:
SnapshotException
-
executeCommandLine
public static void executeCommandLine(MultiPaneEditor editor, PaneState originator, String commandLine) throws SnapshotException
- Throws:
SnapshotException
-
executeQuery
public static void executeQuery(MultiPaneEditor editor, QueryDescriptor query) throws SnapshotException
- Throws:
SnapshotException
-
execute
public static void execute(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, ArgumentSet set, boolean promptUser, boolean isReproducable)
-
displayResult
public static void displayResult(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, QueryResult result, boolean isReproducable)
-
-