Interface IExportTranslationStatisticsApi

All Known Implementing Classes:
ExportTranslationStatisticsApi

public interface IExportTranslationStatisticsApi
Interface defining a CLI command API for exporting translation statistics.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exportTranslationStatistics(org.eclipse.core.resources.IProject project, Path statisticsLocation, String statisticType)
    Exports translation statistics for the specified project location.
  • Method Details

    • exportTranslationStatistics

      void exportTranslationStatistics(org.eclipse.core.resources.IProject project, Path statisticsLocation, String statisticType) throws TranslationCliApiException
      Exports translation statistics for the specified project location.
      Parameters:
      project - the project for which statistics are to be exported, cannot be null.
      statisticsLocation - the location where the statistics will be exported, cannot be null.
      statisticType - the statistic type, cannot be null.
      Throws:
      TranslationCliApiException - if an error occurs during the export process.