Package com.e1c.langtool.v8.dt.cli.api
Interface IExportTranslationStatisticsApi
- All Known Implementing Classes:
ExportTranslationStatisticsApi
public interface IExportTranslationStatisticsApi
Interface defining a CLI command API for exporting translation statistics.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportTranslationStatistics(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 benull.statisticsLocation- the location where the statistics will be exported, cannot benull.statisticType- the statistic type, cannot benull.- Throws:
TranslationCliApiException- if an error occurs during the export process.
-