tmf: lttngControl: mi: basic listing support
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.control.ui / src / org / eclipse / linuxtools / internal / lttng2 / control / ui / views / service / ILttngControlService.java
index 7684e8078ed09f33ba7f3b795ab6f5251406bf99..1cb020c91448ad828ae82fffe31efff864971f7d 100644 (file)
@@ -35,9 +35,14 @@ import org.eclipse.linuxtools.internal.lttng2.control.core.model.TraceLogLevel;
 public interface ILttngControlService {
 
     /**
-     * @return the version string.
+     * @return the LTTng version object
      */
-    String getVersion();
+    LttngVersion getVersion();
+
+    /**
+     * @return the version string
+     */
+    String getVersionString();
 
     /**
      * Checks if given version is supported by this ILTTngControlService implementation.
This page took 0.02398 seconds and 5 git commands to generate.