Uses of Class
com.vaadin.flow.plugin.base.CleanOptions
Packages that use CleanOptions
-
Uses of CleanOptions in com.vaadin.flow.plugin.base
Methods in com.vaadin.flow.plugin.base that return CleanOptionsModifier and TypeMethodDescriptionCleanOptions.withCleanPackageJson(boolean cleanPackageJson) Set to false to keep the package.json file as is.CleanOptions.withRemoveDevBundle(boolean removeDevBundle) Set to false to keep the dev bundle as is.CleanOptions.withRemoveFrontendGeneratedFolder(boolean removeFrontendGeneratedFolder) Set to false to keep the frontend generated folder as is.CleanOptions.withRemoveGeneratedTSFolder(boolean removeGeneratedTSFolder) Set to false to keep the generated ts folder as is.CleanOptions.withRemoveNodeModules(boolean removeNodeModules) Set to false to keep the node_modules folder as is.CleanOptions.withRemovePackageLock(boolean removePackageLock) Set to false to keep package lock file (pnpm-lock.yaml or bun.lockb or package-lock.json).CleanOptions.withRemovePnpmFile(boolean removePnpmFile) Set to false to keep the .pnpmfile.cjs file as is.Methods in com.vaadin.flow.plugin.base with parameters of type CleanOptionsModifier and TypeMethodDescriptionstatic voidCleanFrontendUtil.runCleaning(PluginAdapterBase adapter, CleanOptions options) Cleans the frontend files to a clean state.