control: Add enhanced support for loading of sessions
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / service / ILttngControlService.java
index 2a0da6c5cf6042db56bd204d165e631e0b989a6a..0e23d0fed2c0d7a52084415542ade246b6a24aa3 100644 (file)
@@ -402,16 +402,17 @@ public interface ILttngControlService {
             throws ExecutionException;
 
     /**
-     * Load a session with given session name.
+     * Load all or a given session.
      *
-     * @param sessionName
-     *            - a session name to start
+     * @param inputPath
+     *            a input path to load session from or null for load all from default
+     * @param isForce
+     *            flag whether to overwrite existing or not
      * @param monitor
-     *            a progress monitor
+     *            a progress monitor
      * @throws ExecutionException
      *             If the command fails
      */
-    void loadSession(String sessionName, IProgressMonitor monitor)
+    void loadSession(@Nullable String inputPath, boolean isForce, IProgressMonitor monitor)
             throws ExecutionException;
-
 }
This page took 0.024217 seconds and 5 git commands to generate.