Uses of Class
com.vaadin.flow.plugin.maven.FrontendScannerConfig.ArtifactMatcher
-
Uses of FrontendScannerConfig.ArtifactMatcher in com.vaadin.flow.plugin.maven
Methods in com.vaadin.flow.plugin.maven that return types with arguments of type FrontendScannerConfig.ArtifactMatcherModifier and TypeMethodDescriptionFrontendScannerConfig.getExcludes()Gets the list of artifact matchers specifying which artifacts should be excluded from the scan.FrontendScannerConfig.getIncludes()Gets the ist of artifact matchers specifying which artifacts should be included in the scan.Methods in com.vaadin.flow.plugin.maven with parameters of type FrontendScannerConfig.ArtifactMatcherModifier and TypeMethodDescriptionvoidFrontendScannerConfig.addExclude(FrontendScannerConfig.ArtifactMatcher artifactMatcher) Adds an artifact matcher to the exclude list.voidFrontendScannerConfig.addInclude(FrontendScannerConfig.ArtifactMatcher artifactMatcher) Adds an artifact matcher to the include list.