Uses of Interface
com.e1c.langtool.stat.IStatisticsExporter
Packages that use IStatisticsExporter
-
Uses of IStatisticsExporter in com.e1c.langtool.internal.stat.export
Classes in com.e1c.langtool.internal.stat.export that implement IStatisticsExporterModifier and TypeClassDescriptionclassImplements theIStatisticsExporterinterface to export statistics to a CSV file.classImplements theIStatisticsExporterinterface to export statistical data into a JSON file.classImplements theIStatisticsExporterinterface to export statistical data to an XLS (Excel) file.Methods in com.e1c.langtool.internal.stat.export that return IStatisticsExporterModifier and TypeMethodDescriptionExporterRegistry.getExporter(ExportFormat format) Retrieves the exporter associated with the specified format.Methods in com.e1c.langtool.internal.stat.export with parameters of type IStatisticsExporterModifier and TypeMethodDescriptionvoidExporterRegistry.registerExporter(ExportFormat format, IStatisticsExporter exporter) Registers an exporter with the specified format. -
Uses of IStatisticsExporter in com.e1c.langtool.stat
Methods in com.e1c.langtool.stat that return IStatisticsExporterModifier and TypeMethodDescriptionIExporterRegistry.getExporter(ExportFormat format) Retrieves anIStatisticsExporterassociated with the specifiedExportFormat.Methods in com.e1c.langtool.stat with parameters of type IStatisticsExporterModifier and TypeMethodDescriptionvoidIExporterRegistry.registerExporter(ExportFormat format, IStatisticsExporter exporter) Registers anIStatisticsExporterto be associated with a specificExportFormat.