Class | Description |
---|---|
AbstractDevServerRunner |
Deals with most details of starting a frontend development server or
connecting to an existing one.
|
BrowserLiveReloadAccessorImpl |
Default implementation for
BrowserLiveReloadAccessor that stores the
instance in the Vaadin context. |
DebugWindowConnection |
BrowserLiveReload implementation class. |
DebugWindowMessage |
A message sent to the debug window.
|
DevModeHandlerManagerImpl |
Provides API to access to the
DevModeHandler instance. |
DevServerOutputTracker |
Tracks the output of a dev server and scans for given success and/or failure
patterns while copying the dev server output to standard output.
|
DevServerOutputTracker.Result |
Encapsulates the result of a find operation.
|
FeatureFlagMessage |
Message with feature flags sent to the debug window.
|
ServerInfo |
Data for a info message to the debug window.
|
ViteHandler |
Handles communication with a Vite server.
|
WebpackHandler |
Runs a webpack dev server and provides files handles getting resources from
webpack-dev-server . |
Copyright © 2024. All rights reserved.