Uses of Interface
com.e1c.langtool.stat.StatisticsProvider
Packages that use StatisticsProvider
Package
Description
-
Uses of StatisticsProvider in com.e1c.langtool.internal.stat
Classes in com.e1c.langtool.internal.stat that implement StatisticsProviderModifier and TypeClassDescriptionclassfinal classMethods in com.e1c.langtool.internal.stat that return StatisticsProviderModifier and TypeMethodDescriptionStatisticsServiceImpl.getProvider(org.eclipse.core.resources.IProject project) -
Uses of StatisticsProvider in com.e1c.langtool.internal.stat.export
Methods in com.e1c.langtool.internal.stat.export with parameters of type StatisticsProviderModifier and TypeMethodDescriptionvoidCsvExporter.export(Path path, StatisticsProvider provider, Collection<TranslateLanguage> languages, Collection<Metric> metrics) Exports provided statistics data to a CSV file.voidJsonExporter.export(Path path, StatisticsProvider provider, Collection<TranslateLanguage> languages, Collection<Metric> metrics) Exports the provided statistical data to a JSON file at the specified path.voidXlsExporter.export(Path path, StatisticsProvider provider, Collection<TranslateLanguage> languages, Collection<Metric> metrics) Exports statistical data to an XLS file at the specified path. -
Uses of StatisticsProvider in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return StatisticsProviderModifier and TypeMethodDescription@NonNull StatisticsProviderStatisticsService.getProvider(@NonNull org.eclipse.core.resources.IProject project) Provider of project statistics.Methods in com.e1c.langtool.stat with parameters of type StatisticsProviderModifier and TypeMethodDescriptionvoidIStatisticsExporter.export(Path path, StatisticsProvider provider, Collection<TranslateLanguage> languages, Collection<Metric> metrics) Exports statistical data related to translations for the specified languages and metrics, using the data provided by the givenStatisticsProvider, and saves the exported data to the specified path.