-
Method Summary
Return the root destination of the export
boolean
Return true if the overall export operation was successful
Details such as informational messages can be set in this class
void
Allows the destination to be updated
Methods inherited from interface com.ibm.debug.pdt.codecoverage.core.results.ICCBase
addEncodedMessage, addMessage, addMessage, getDecodedMessages, getDecodedMessages, getID, getMessages, getName, getProperties, getProperty, getProperty, isMessage, isProperty, setName, setProperty, updateProperty
-
Method Details
-
isSuccessful
boolean isSuccessful()
Return true if the overall export operation was successful
Details such as informational messages can be set in this class
- Returns:
- true if the overall export was successful
-
setDestination
void setDestination(String destination)
Allows the destination to be updated
- Parameters:
destination - exported result path
-
getDestination
Return the root destination of the export
- Returns:
- path or file name to the exported artifact(s)