Class CCImportUtils
java.lang.Object
com.ibm.debug.pdt.codecoverage.core.results.importers.CCImportUtils
Common Import Utilities
- Since:
- 10.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetFileExtension(ICCFile ccFile) Given anICCFilereturn an extension that represents the languagestatic voidreadUUID(Element element, ICCTreeItem artifact) If it exists, the UUID attribute is read and assigned to the artifact.
-
Constructor Details
-
CCImportUtils
public CCImportUtils()
-
-
Method Details
-
readUUID
If it exists, the UUID attribute is read and assigned to the artifact.- Parameters:
element- read UUID from this elementartifact- if UUID is read then set to this artifact
-
getFileExtension
Given anICCFilereturn an extension that represents the language- Parameters:
ccFile- extension will be returned that matches this file- Returns:
- an extension (with leading .) or empty string if language doesn't match
-