Interface ICCExporterInfo

All Superinterfaces:
ICCBase
All Known Implementing Classes:
CCAbstractExporterInfo

public interface ICCExporterInfo extends ICCBase
Since:
3.1
  • 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

      String getDestination()
      Return the root destination of the export
      Returns:
      path or file name to the exported artifact(s)