Uses of Interface
com.vaadin.flow.plugin.base.PluginAdapterBase
Packages that use PluginAdapterBase
-
Uses of PluginAdapterBase in com.vaadin.flow.plugin.base
Subinterfaces of PluginAdapterBase in com.vaadin.flow.plugin.baseModifier and TypeInterfaceDescriptioninterfaceGives access to plugin-specific implementations and configurations.Methods in com.vaadin.flow.plugin.base with parameters of type PluginAdapterBaseModifier and TypeMethodDescriptionstatic FileBuildFrontendUtil.getFrontendDirectory(PluginAdapterBase adapter) Get the legacy frontend folder if available and new folder doesn't exist.static FileBuildFrontendUtil.getGeneratedFrontendDirectory(PluginAdapterBase adapter) The generated folder should be under frontend folder and will be moved to the legacy package if not changed by the user.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 voidCleanFrontendUtil.runCleaning(PluginAdapterBase adapter, CleanOptions options) Cleans the frontend files to a clean state.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 booleanBuildFrontendUtil.validateLicenses(PluginAdapterBase adapter, FrontendDependenciesScanner frontendDependencies) Validate pro component licenses.Constructors in com.vaadin.flow.plugin.base with parameters of type PluginAdapterBaseModifierConstructorDescriptionConvertPolymerCommand(PluginAdapterBase adapter, String path, boolean useLit1, boolean disableOptionalChaining)