ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / trace / text / TextTrace.java
index 64d411afda9868a67434b5fc77b4ab625cec5b01..cd48427d6c5b60d36c115f9798565a7540927dbf 100644 (file)
@@ -292,7 +292,10 @@ public abstract class TextTrace<T extends TextTraceEvent> extends TmfTrace imple
     protected abstract Pattern getFirstLinePattern();
 
     /**
-     * Parses the first line data and returns a new event.
+     * Parses the first line data and returns a new event. When constructing the
+     * event, the concrete trace should use the trace's timestamp transform to
+     * create the timestamp, by either transforming the parsed time value
+     * directly or by using the method {@link #createTimestamp(long)}.
      *
      * @param matcher
      *            The matcher
@@ -318,7 +321,7 @@ public abstract class TextTrace<T extends TextTraceEvent> extends TmfTrace imple
      * the first 100 to compute the confidence level
      *
      * @return collection of patterns to validate against
-     * @since 3.1
+     * @since 3.2
      */
     protected List<Pattern> getValidationPatterns() {
         return Collections.singletonList(getFirstLinePattern());
This page took 0.025639 seconds and 5 git commands to generate.