Package org.eclipse.mat.ui
Class QueryExecution
java.lang.Object
org.eclipse.mat.ui.QueryExecution
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
displayResult
(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, QueryResult result, boolean isReproducable) static void
execute
(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, ArgumentSet set, boolean forcePrompt, boolean isReproducable) static void
executeAgain
(MultiPaneEditor editor, PaneState state) static void
executeCommandLine
(MultiPaneEditor editor, PaneState originator, String commandLine) static void
executeCommandLine
(MultiPaneEditor editor, PaneState originator, String commandLine, boolean prompt) static void
executeQuery
(MultiPaneEditor editor, QueryDescriptor query)
-
Method Details
-
executeAgain
- Throws:
SnapshotException
-
executeCommandLine
public static void executeCommandLine(MultiPaneEditor editor, PaneState originator, String commandLine) throws SnapshotException - Throws:
SnapshotException
-
executeCommandLine
public static void executeCommandLine(MultiPaneEditor editor, PaneState originator, String commandLine, boolean prompt) 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 forcePrompt, boolean isReproducable) -
displayResult
public static void displayResult(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, QueryResult result, boolean isReproducable)
-