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 / model / impl / NullControlService.java
index 48b8a99a4bc7cf73c485dca53e3d8f90b5a52070..d240090e38cb136146e085d5b7bc0bfcb3cf3e38 100644 (file)
@@ -20,6 +20,7 @@ import java.util.List;
 
 import org.eclipse.core.commands.ExecutionException;
 import org.eclipse.core.runtime.IProgressMonitor;
+import org.eclipse.jdt.annotation.Nullable;
 import org.eclipse.tracecompass.internal.lttng2.control.core.model.IBaseEventInfo;
 import org.eclipse.tracecompass.internal.lttng2.control.core.model.IChannelInfo;
 import org.eclipse.tracecompass.internal.lttng2.control.core.model.ISessionInfo;
@@ -144,7 +145,6 @@ class NullControlService implements ILttngControlService {
     }
 
     @Override
-    public void loadSession(String sessionName, IProgressMonitor monitor) throws ExecutionException {
-
+    public void loadSession(@Nullable String inputPath, boolean isForce, IProgressMonitor monitor) throws ExecutionException {
     }
 }
This page took 0.025315 seconds and 5 git commands to generate.