| Package | Description |
|---|---|
| com.vaadin.flow.plugin.base |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PluginAdapterBuild
Gives access to access to plugin-spectific implementations and
configurations.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
BuildFrontendUtil.getTokenFile(PluginAdapterBase adapter)
Location of the Token File.
|
static void |
BuildFrontendUtil.prepareFrontend(PluginAdapterBase adapter)
Prepares the Frontend
|
static File |
BuildFrontendUtil.propagateBuildInfo(PluginAdapterBase adapter)
Propagates the BuildInfo.
|
static void |
BuildFrontendUtil.runFrontendBuild(PluginAdapterBase adapter)
Execute the frontend build with the wanted build system.
|
static void |
BuildFrontendUtil.runVite(PluginAdapterBase adapter,
FrontendTools frontendTools)
Runs the Vite build
|
static void |
BuildFrontendUtil.runWebpack(PluginAdapterBase adapter,
FrontendTools frontendTools)
Runs the Webpack build
|
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.