Uses of Interface
com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner
Packages that use FrontendDependenciesScanner
-
Uses of FrontendDependenciesScanner in com.vaadin.flow.server.frontend
Fields in com.vaadin.flow.server.frontend declared as FrontendDependenciesScannerModifier and TypeFieldDescriptionprotected final FrontendDependenciesScannerNodeUpdater.frontDepsTheFrontendDependenciesobject representing the application dependencies.Methods in com.vaadin.flow.server.frontend with parameters of type FrontendDependenciesScannerModifier and TypeMethodDescriptionstatic booleanBundleValidationUtil.frontendImportsFound(elemental.json.JsonObject statsJson, Options options, ClassFinder finder, FrontendDependenciesScanner frontendDependencies) static elemental.json.JsonObjectBundleValidationUtil.getDefaultPackageJson(Options options, FrontendDependenciesScanner frontendDependencies, ClassFinder finder, elemental.json.JsonObject packageJson) static elemental.json.JsonObjectBundleValidationUtil.getPackageJson(Options options, FrontendDependenciesScanner frontendDependencies, ClassFinder finder) Get the package.json file from disk if available else generate in memory.static booleanBundleValidationUtil.needsBuild(Options options, FrontendDependenciesScanner frontendDependencies, ClassFinder finder, Mode mode) Checks if an application needs a new frontend bundle.static booleanThemeValidationUtil.themeConfigurationChanged(Options options, elemental.json.JsonObject statsJson, FrontendDependenciesScanner frontendDependencies, ClassFinder finder) static booleanThemeValidationUtil.themeShadowDOMStylesheetsChanged(Options options, elemental.json.JsonObject statsJson, FrontendDependenciesScanner frontendDependencies) Checks if theme has legacy Shadow DOM stylesheets in <theme>/components folder and if their content has changed.Constructors in com.vaadin.flow.server.frontend with parameters of type FrontendDependenciesScannerModifierConstructorDescriptionGenerateMainImports(ClassFinder classFinder, FrontendDependenciesScanner frontendDepScanner, Options options, elemental.json.JsonObject statsJson) protectedNodeUpdater(ClassFinder finder, FrontendDependenciesScanner frontendDependencies, Options options) Constructor. -
Uses of FrontendDependenciesScanner in com.vaadin.flow.server.frontend.scanner
Classes in com.vaadin.flow.server.frontend.scanner that implement FrontendDependenciesScannerModifier and TypeClassDescriptionclassRepresents the class dependency tree of the application.Methods in com.vaadin.flow.server.frontend.scanner that return FrontendDependenciesScannerModifier and TypeMethodDescriptionFrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents) Produces scanner implementation based onallDependenciesScanvalue.FrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, FeatureFlags featureFlags) Produces scanner implementation based onallDependenciesScanvalue.