lttng rcp: add tracing rcp "file->open" buttons
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / model / TraceTypeHelper.java
index 7e602b059bb5d8140c2708b36179d8e139ef7d98..5dca67eae93f8d01fde879288eafd86bdc74cb1b 100644 (file)
@@ -96,6 +96,15 @@ public class TraceTypeHelper {
         return valid;
     }
 
+    /**
+     * Get an object of the trace type
+     * @return an object of the trace type
+     * @since 2.1
+     */
+    public ITmfTrace getTrace(){
+        return fTrace;
+    }
+
     private boolean standardValidate(String path) {
         final boolean valid = fTrace.validate(null, path).equals(Status.OK_STATUS);
         return valid;
This page took 0.02608 seconds and 5 git commands to generate.