Interface IMetricsConfigurationUpdatable
public interface IMetricsConfigurationUpdatable
Metric configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetGatherImportedInformation(boolean bValue) Deprecated.voidsetGatherTranslationRequestCount(boolean bValue) Deprecated.voidsetGatherTranslationXmlCount(boolean bValue) Deprecated.voidsetMonthlySummaryMailAddresses(@Nullable String sValue) Deprecated.voidsetWordCount(boolean bValue) Deprecated.
-
Method Details
-
setGatherTranslationRequestCount
Deprecated.Gather information about various http requests- Parameters:
bValue-
-
setGatherTranslationXmlCount
Deprecated.Gather information about translatable XML files being created- Parameters:
bValue-
-
setGatherImportedInformation
Deprecated.Gather information about translated xml files (success, error)- Parameters:
bValue-
-
setWordCount
Deprecated.Perform a word count- Parameters:
bValue-
-
setMonthlySummaryMailAddresses
Deprecated.Set the list of monthly metrics summary addresses- Parameters:
sValue-
-