Bug 448058: Replace RSE by org.eclipse.remote
[deliverable/tracecompass.git] / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / remote / ICommandShell.java
index 76b7ad2089be2b849cec5632c0e5c9fd7919c180..4a4fb8652ab3b86d5cdead4d02b3308ac62226e4 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2012, 2013 Ericsson
+ * Copyright (c) 2012, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -8,6 +8,7 @@
  *
  * Contributors:
  *   Bernd Hufmann - Initial API and implementation
+ *   Markus Schorn - Bug 448058: Use org.eclipse.remote in favor of RSE
  **********************************************************************/
 package org.eclipse.tracecompass.internal.lttng2.control.ui.views.remote;
 
@@ -49,23 +50,4 @@ public interface ICommandShell {
      */
     ICommandResult executeCommand(String command,
             IProgressMonitor monitor) throws ExecutionException;
-
-    /**
-     * Method to execute a command on the command shell.
-     *
-     * @param command
-     *            - the command to executed
-     * @param monitor
-     *            - a progress monitor
-     * @param checkReturnValue
-     *            - flag to indicate that the command result should be checked.
-     *            If false the command result will be always 0.
-     * @return the command result
-     * @throws ExecutionException
-     *             If the command fails
-     */
-    ICommandResult executeCommand(final String command,
-            final IProgressMonitor monitor, final boolean checkReturnValue)
-            throws ExecutionException;
-
 }
This page took 0.026135 seconds and 5 git commands to generate.