| Package | Description |
|---|---|
| com.vaadin.flow.plugin.common |
| Modifier and Type | Method and Description |
|---|---|
RunnerManager.Builder |
RunnerManager.Builder.autodetectTools(boolean autodetectTools)
Enables or disables local tool detection, the default value is
false. |
RunnerManager.Builder |
RunnerManager.Builder.frontendToolsLocator(com.vaadin.flow.server.frontend.FrontendToolsLocator toolsLocator)
Sets the custom
FrontendToolsLocator to look for locally
installed tools and verify that they are working. |
RunnerManager.Builder |
RunnerManager.Builder.localInstallations(File nodePath,
File yarnPath)
Sets the paths to the local installation of the tools.
|
RunnerManager.Builder |
RunnerManager.Builder.npmRegistryUrl(String npmRegistryUrl)
Sets the custom registry url to be used when running yarn.
|
RunnerManager.Builder |
RunnerManager.Builder.versionsToDownload(String nodeVersion,
String yarnVersion)
Sets the versions of the tools to download, if no local tools are
installed.
|
Copyright © 2000–2023 Vaadin Ltd. All rights reserved.