Uses of Interface
com.vaadin.flow.plugin.base.PluginAdapterBuild
Packages that use PluginAdapterBuild
-
Uses of PluginAdapterBuild in com.vaadin.flow.plugin.base
Methods in com.vaadin.flow.plugin.base with parameters of type PluginAdapterBuildModifier and TypeMethodDescriptionstatic voidBuildFrontendUtil.removeBuildFile(PluginAdapterBuild adapter) Delete the build token file.static voidBuildFrontendUtil.runDevBuildNodeUpdater(PluginAdapterBuild adapter) Run a dev-bundle build.static voidBuildFrontendUtil.runNodeUpdater(PluginAdapterBuild adapter, com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependencies) runs the node-Updater.static voidBuildFrontendUtil.updateBuildFile(PluginAdapterBuild adapter, boolean licenseRequired) Deprecated, for removal: This API element is subject to removal in a future version.static voidBuildFrontendUtil.updateBuildFile(PluginAdapterBuild adapter, boolean licenseRequired, boolean needsCommercialBanner) Updates the build info after the bundle has been built by build-frontend.
BuildFrontendUtil.updateBuildFile(PluginAdapterBuild, boolean, boolean)instead