Class CCExportUtils
java.lang.Object
com.ibm.debug.pdt.codecoverage.core.results.exporters.CCExportUtils
Common Export Utilities
- Since:
- 10.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteUUID(Element element, ICCTreeItem artifact) If the artifact supports UUID, the UUID from the artifact is written out to the element.
-
Constructor Details
-
CCExportUtils
public CCExportUtils()
-
-
Method Details
-
writeUUID
If the artifact supports UUID, the UUID from the artifact is written out to the element. This method has backward compatibility support.- Parameters:
element- to write the UUID attributeartifact- that has the UUID
-