public class CvdlProducts extends Object
Constructor and Description |
---|
CvdlProducts() |
Modifier and Type | Method and 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) |
public static com.vaadin.pro.licensechecker.Product getProductIfCvdl(File nodeModules, String npmModule)
nodeModules
- the node modules foldernpmModule
- the name of the npm module to checkCopyright © 2000–2024 Vaadin Ltd. All rights reserved.