Class TmfCommonConstants
java.lang.Object
org.eclipse.tracecompass.tmf.core.TmfCommonConstants
This class provides a common container for TMF constants.
- Author:
- Bernd Hufmann
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the default project that can be created under various conditions when there is no tracing project in the workspace.static final org.eclipse.core.runtime.QualifiedNameThe source location persistent property of a trace resource.static final StringThe name of the properties sub-folder within a trace's supplementary folder.static final org.eclipse.core.runtime.QualifiedNameThe supplementary folder name persistent property of a trace resource.static final StringThe name of the parent folder for storing trace specific supplementary data.static final org.eclipse.core.runtime.QualifiedNameThe trace type ID persistent property of a trace resource. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TRACETYPE
public static final org.eclipse.core.runtime.QualifiedName TRACETYPEThe trace type ID persistent property of a trace resource. -
SOURCE_LOCATION
public static final org.eclipse.core.runtime.QualifiedName SOURCE_LOCATIONThe source location persistent property of a trace resource. -
TRACE_SUPPLEMENTARY_FOLDER
public static final org.eclipse.core.runtime.QualifiedName TRACE_SUPPLEMENTARY_FOLDERThe supplementary folder name persistent property of a trace resource. -
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
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
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()
-