Uses of Interface
com.e1c.langtool.stat.IExporterRegistry
Packages that use IExporterRegistry
-
Uses of IExporterRegistry in com.e1c.langtool.internal.stat
Constructors in com.e1c.langtool.internal.stat with parameters of type IExporterRegistryModifierConstructorDescriptionCompositeStatisticsManager(org.eclipse.core.resources.IProject project, ProjectMetricStorage storage, StatisticsService statisticsService, ITranslatingProjectManager translatingProjectManager, ITranslationStorageManager storageManager, AsyncRecomputer recomputer, IExporterRegistry exporterRegistry) Constructs a new composite statistics manager for aggregating and managing project statistics.StatisticsServiceImpl(ITranslatingProjectManager translatingProjectManager, ICollectingCacheManager collectingCacheManager, ITranslationStorageManager storageManager, ComputerEngine engine, GroupProviderRegistry groupProviderRegistryImpl, StatisticsComputerRegistry computerRegistry, IExporterRegistry exporterRegistry) Constructs a newStatisticsServiceImplinstance, initializing it with the necessary managers, registries, and engine components required for its operation. -
Uses of IExporterRegistry in com.e1c.langtool.internal.stat.export
Classes in com.e1c.langtool.internal.stat.export that implement IExporterRegistryModifier and TypeClassDescriptionclassManages the registration and retrieval ofIStatisticsExporterinstances based on theirExportFormat.