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.
Class CvdlProducts
- java.lang.Object
-
- com.vaadin.flow.server.frontend.CvdlProducts
-
public class CvdlProducts extends Object
Utilities for commercial product handling.
-
-
Constructor Summary
Constructors Constructor Description CvdlProducts()
-
Method Summary
All Methods Modifier and Type Method Description static com.vaadin.pro.licensechecker.Product
getProductIfCvdl(File nodeModules, String npmModule)
Returns product information if the given npm module refers to a Vaadin commercial component.
static boolean
includeInFallbackBundle(String module, File nodeModules)
-
-
-
Method Detail
-
getProductIfCvdl
public static com.vaadin.pro.licensechecker.Product getProductIfCvdl(File nodeModules, String npmModule)
Returns product information if the given npm module refers to a Vaadin commercial component.
Parameters:
nodeModules
- the node modules foldernpmModule
- the name of the npm module to check
-
-