Package com.vaadin.flow.internal
Class UsageStatisticsExporter
- java.lang.Object
-
- com.vaadin.flow.internal.UsageStatisticsExporter
-
- All Implemented Interfaces:
Serializable
public class UsageStatisticsExporter extends Object implements Serializable
A class for exportingUsageStatistics
entries.For internal use only. May be renamed or removed in a future release.
- Since:
- 3.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsageStatisticsExporter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
exportUsageStatisticsToDocument​(org.jsoup.nodes.Document document)
ExportUsageStatistics
entries to a document.
-