control: Base code for profile dialog window
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.control.ui / src / org / eclipse / tracecompass / internal / lttng2 / control / ui / views / model / impl / TraceSessionGroup.java
index ca91f58eb6e08f7efe7033d4c645b4d4d81990a7..425a1d8673e9e0597ee9b56498995925dd1f4159 100644 (file)
@@ -141,6 +141,22 @@ public class TraceSessionGroup extends TraceControlComponent {
         }
     }
 
+    /**
+     * Loads a session from a path
+     *
+     * @param sessionPath
+     *
+     * @param monitor
+     *            - a progress monitor
+     * @throws ExecutionException
+     *             If the command fails
+     */
+    public void loadSession(String sessionPath, IProgressMonitor monitor) throws ExecutionException {
+       getControlService().loadSession(sessionPath, monitor);
+
+
+    }
+
     /**
      * Command to execute a list of commands
      * @param monitor
This page took 0.024468 seconds and 5 git commands to generate.