Uses of Interface
com.vaadin.flow.plugin.base.PluginAdapterBase
-
Packages that use PluginAdapterBase Package Description com.vaadin.flow.plugin.base -
-
Uses of PluginAdapterBase in com.vaadin.flow.plugin.base
Subinterfaces of PluginAdapterBase in com.vaadin.flow.plugin.base Modifier and Type Interface Description interfacePluginAdapterBuildGives access to access to plugin-spectific implementations and configurations.Methods in com.vaadin.flow.plugin.base with parameters of type PluginAdapterBase Modifier and Type Method Description static FileBuildFrontendUtil. getTokenFile(PluginAdapterBase adapter)Location of the Token File.static voidBuildFrontendUtil. prepareFrontend(PluginAdapterBase adapter)Prepares the Frontendstatic FileBuildFrontendUtil. propagateBuildInfo(PluginAdapterBase adapter)Propagates the BuildInfo.static voidBuildFrontendUtil. runFrontendBuild(PluginAdapterBase adapter)Execute the frontend build with the wanted build system.static voidBuildFrontendUtil. runVite(PluginAdapterBase adapter, FrontendTools frontendTools)Runs the Vite buildstatic voidBuildFrontendUtil. runWebpack(PluginAdapterBase adapter, FrontendTools frontendTools)Runs the Webpack build
-