Interface ICCImportInfo
public interface ICCImportInfo
Represents information about artifacts that were imported or where an import was attempted
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionlongReturn time taken to importer the resutlsReturn the name of the importer that processed the import pathReturns the path containing the results imported or attempted to importThe message, if it exists is returned This is most likely the final message associated with the import and may indicate why it failedbooleanvoidsetImporterElapsedTime(long time) Sets the elapsed time to import This is not the same as the elapsed time recorded in the testcase datavoidsetImportName(String name) Set the name of the importer used to process the import path
-
Method Details
-
getImportPath
String getImportPath()Returns the path containing the results imported or attempted to import- Returns:
- result import path
-
isImported
boolean isImported()- Returns:
- true if the results were imported
-
getMessage
String getMessage()The message, if it exists is returned This is most likely the final message associated with the import and may indicate why it failed- Returns:
- error message or null if no message
-
setImporterElapsedTime
void setImporterElapsedTime(long time) Sets the elapsed time to import This is not the same as the elapsed time recorded in the testcase data- Parameters:
time- import time
-
getImporterElapsedTime
long getImporterElapsedTime()Return time taken to importer the resutls- Returns:
- import time
-
setImportName
Set the name of the importer used to process the import path- Parameters:
name- importer name
-
getImporterName
String getImporterName()Return the name of the importer that processed the import path- Returns:
- importer name
-