com.vaadin.flow.server.frontend.scanner.
Class FrontendDependenciesScanner.FrontendDependenciesScannerFactory
- java.lang.Object
 - 
- com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner.FrontendDependenciesScannerFactory
 
 
- 
Enclosing interface:
public static class FrontendDependenciesScanner.FrontendDependenciesScannerFactory extends ObjectFrontend dependencies scanner factory.
Author:
Vaadin Ltd
 
- 
- 
Constructor Summary
Constructors Constructor and Description FrontendDependenciesScannerFactory() 
- 
Method Summary
All Methods Modifier and Type Method and Description FrontendDependenciesScannercreateScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents)Produces scanner implementation based on
allDependenciesScanvalue.FrontendDependenciesScannercreateScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap)Produces scanner implementation based on
allDependenciesScanvalue. 
 - 
 
- 
- 
Method Detail
- 
createScanner
public FrontendDependenciesScanner createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents)Produces scanner implementation based on
allDependenciesScanvalue.Parameters:
allDependenciesScan- iftruethen full classpath scanning strategy is used, otherwise byte scanning strategy is producedfinder- a class findergenerateEmbeddableWebComponents- checksWebComponentExporterclasses for dependencies iftrue, doesn't check otherwiseReturns:
a scanner implementation strategy
 
- 
createScanner
public FrontendDependenciesScanner createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents, boolean useV14Bootstrap)Produces scanner implementation based on
allDependenciesScanvalue.Parameters:
allDependenciesScan- iftruethen full classpath scanning strategy is used, otherwise byte scanning strategy is producedfinder- a class findergenerateEmbeddableWebComponents- checksWebComponentExporterclasses for dependencies iftrue, doesn't check otherwiseuseV14Bootstrap- whether we are in legacy V14 bootstrap modeReturns:
a scanner implementation strategy
 
 - 
 
 -