Package com.vaadin.flow.internal
Class UsageStatisticsExporter
java.lang.Object
com.vaadin.flow.internal.UsageStatisticsExporter
- All Implemented Interfaces:
Serializable
A class for exporting
UsageStatistics
entries.
For internal use only. May be renamed or removed in a future release.
- Since:
- 3.0
- Author:
- Vaadin Ltd
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportUsageStatisticsToDocument
(org.jsoup.nodes.Document document) ExportUsageStatistics
entries to a document.
-
Constructor Details
-
UsageStatisticsExporter
public UsageStatisticsExporter()
-
-
Method Details
-
exportUsageStatisticsToDocument
public static void exportUsageStatisticsToDocument(org.jsoup.nodes.Document document) - Parameters:
document
- the document where the statistic entries to be exported to.
-