Package | Description |
---|---|
com.vaadin.flow.internal |
Modifier and Type | Method and Description |
---|---|
BrowserLiveReload.Backend |
BrowserLiveReload.getBackend()
Detects and return enabling live reload backend technology.
|
static BrowserLiveReload.Backend |
BrowserLiveReload.Backend.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrowserLiveReload.Backend[] |
BrowserLiveReload.Backend.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BrowserLiveReload.setBackend(BrowserLiveReload.Backend backend)
Sets the live reload backend technology explicitly.
|
Copyright © 2022. All rights reserved.