We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.base.devserver.stats.
Class StatisticsConstants
- java.lang.Object
-
- com.vaadin.base.devserver.stats.StatisticsConstants
-
public class StatisticsConstants extends Object
Constants for development mode statistics. For internal use only. May be renamed or removed in a future release.
Author:
Vaadin Ltd
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_DEV_SERVER_START_PREFIX
static String
EVENT_LIVE_RELOAD
static String
EVENT_PACKAGEMANAGER_CLEANUP_TIME_PREFIX
static String
EVENT_PACKAGEMANAGER_INSTALL_TIME_PREFIX
-
-
-
Field Detail
-
EVENT_LIVE_RELOAD
public static final String EVENT_LIVE_RELOAD
See Also:
-
EVENT_DEV_SERVER_START_PREFIX
public static final String EVENT_DEV_SERVER_START_PREFIX
See Also:
-
EVENT_PACKAGEMANAGER_INSTALL_TIME_PREFIX
public static final String EVENT_PACKAGEMANAGER_INSTALL_TIME_PREFIX
See Also:
-
EVENT_PACKAGEMANAGER_CLEANUP_TIME_PREFIX
public static final String EVENT_PACKAGEMANAGER_CLEANUP_TIME_PREFIX
See Also:
-
-