| Package | Description |
|---|---|
| com.vaadin.flow.server.frontend | |
| com.vaadin.flow.server.frontend.scanner |
| Modifier and Type | Field and Description |
|---|---|
protected FrontendDependenciesScanner |
NodeUpdater.frontDeps
The
FrontendDependencies object representing the application
dependencies. |
| Constructor and Description |
|---|
NodeUpdater(ClassFinder finder,
FrontendDependenciesScanner frontendDependencies,
File npmFolder,
File generatedPath,
File flowResourcesPath,
String buildDir,
FeatureFlags featureFlags)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FrontendDependencies
Represents the class dependency tree of the application.
|
| Modifier and Type | Method and Description |
|---|---|
FrontendDependenciesScanner |
FrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner(boolean allDependenciesScan,
ClassFinder finder,
boolean generateEmbeddableWebComponents)
Produces scanner implementation based on
allDependenciesScan
value. |
FrontendDependenciesScanner |
FrontendDependenciesScanner.FrontendDependenciesScannerFactory.createScanner(boolean allDependenciesScan,
ClassFinder finder,
boolean generateEmbeddableWebComponents,
boolean useV14Bootstrap)
Produces scanner implementation based on
allDependenciesScan
value. |
Copyright © 2021. All rights reserved.