Class CCAbstractExporterInfo
java.lang.Object
com.ibm.debug.pdt.codecoverage.core.results.CCAbstractItem
com.ibm.debug.pdt.codecoverage.core.results.exporters.CCAbstractExporterInfo
- All Implemented Interfaces:
ICCExporterInfo,ICCBase
A base implementation of
ICCExporterInfo that represents information about the export operation
Messages and properties can be set that indicate problems or informational messages encountered during the export- Since:
- 3.1
-
Field Summary
Fields inherited from class com.ibm.debug.pdt.codecoverage.core.results.CCAbstractItem
TEMPPROP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the root destination of the exportbooleanReturn true if the overall export operation was successful Details such as informational messages can be set in this classvoidsetDestination(String destination) Allows the destination to be updatedvoidMethods inherited from class com.ibm.debug.pdt.codecoverage.core.results.CCAbstractItem
addEncodedMessage, addMessage, addMessage, getDecodedMessages, getDecodedMessages, getID, getMessages, getName, getProperties, getProperty, getProperty, isMessage, isProperty, setName, setProperty, updatePropertyMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
CCAbstractExporterInfo
-
-
Method Details
-
isSuccessful
public boolean isSuccessful()Description copied from interface:ICCExporterInfoReturn true if the overall export operation was successful Details such as informational messages can be set in this class- Specified by:
isSuccessfulin interfaceICCExporterInfo- Returns:
- true if the overall export was successful
-
setSuccessful
public void setSuccessful() -
setDestination
Description copied from interface:ICCExporterInfoAllows the destination to be updated- Specified by:
setDestinationin interfaceICCExporterInfo- Parameters:
destination- exported result path
-
getDestination
Description copied from interface:ICCExporterInfoReturn the root destination of the export- Specified by:
getDestinationin interfaceICCExporterInfo- Returns:
- path or file name to the exported artifact(s)
-