We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 Object
Frontend dependencies scanner factory.
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor and Description FrontendDependenciesScannerFactory()
-
Method Summary
All Methods Modifier and Type Method and Description FrontendDependenciesScanner
createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents)
Produces scanner implementation based on
allDependenciesScan
value.
-
-
-
Method Detail
-
createScanner
public FrontendDependenciesScanner createScanner(boolean allDependenciesScan, ClassFinder finder, boolean generateEmbeddableWebComponents)
Produces scanner implementation based on
allDependenciesScan
value.Parameters:
allDependenciesScan
- iftrue
then full classpath scanning strategy is used, otherwise byte scanning strategy is producedfinder
- a class findergenerateEmbeddableWebComponents
- checksWebComponentExporter
classes for dependencies iftrue
, doesn't check otherwiseReturns:
a scanner implementation strategy
-
-