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

public abstract class CCAbstractExporterInfo extends CCAbstractItem implements ICCExporterInfo
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
  • Constructor Details

    • CCAbstractExporterInfo

      public CCAbstractExporterInfo(String destination)
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
      Description copied from interface: ICCExporterInfo
      Return true if the overall export operation was successful Details such as informational messages can be set in this class
      Specified by:
      isSuccessful in interface ICCExporterInfo
      Returns:
      true if the overall export was successful
    • setSuccessful

      public void setSuccessful()
    • setDestination

      public void setDestination(String destination)
      Description copied from interface: ICCExporterInfo
      Allows the destination to be updated
      Specified by:
      setDestination in interface ICCExporterInfo
      Parameters:
      destination - exported result path
    • getDestination

      public String getDestination()
      Description copied from interface: ICCExporterInfo
      Return the root destination of the export
      Specified by:
      getDestination in interface ICCExporterInfo
      Returns:
      path or file name to the exported artifact(s)