Class TmfCommonConstants

java.lang.Object
org.eclipse.tracecompass.tmf.core.TmfCommonConstants

public class TmfCommonConstants extends Object
This class provides a common container for TMF constants.
Author:
Bernd Hufmann
  • Field Details

    • TRACETYPE

      public static final org.eclipse.core.runtime.QualifiedName TRACETYPE
      The trace type ID persistent property of a trace resource.
    • SOURCE_LOCATION

      public static final org.eclipse.core.runtime.QualifiedName SOURCE_LOCATION
      The source location persistent property of a trace resource.
    • TRACE_SUPPLEMENTARY_FOLDER

      public static final org.eclipse.core.runtime.QualifiedName TRACE_SUPPLEMENTARY_FOLDER
      The supplementary folder name persistent property of a trace resource.
    • TRACE_SUPPLEMENTARY_FOLDER_NAME

      public static final String TRACE_SUPPLEMENTARY_FOLDER_NAME
      The name of the parent folder for storing trace specific supplementary data. Each trace will have a sub-directory underneath with folder name equal to the trace name.
      See Also:
    • TRACE_PROPERTIES_FOLDER

      public static final String TRACE_PROPERTIES_FOLDER
      The name of the properties sub-folder within a trace's supplementary folder. Files stored in this folder do not get deleted when the trace is modified.
      Since:
      3.1
      See Also:
    • DEFAULT_TRACE_PROJECT_NAME

      public static final String DEFAULT_TRACE_PROJECT_NAME
      The name of the default project that can be created under various conditions when there is no tracing project in the workspace.
  • Constructor Details

    • TmfCommonConstants

      public TmfCommonConstants()