You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.

Class CvdlProducts

  • public class CvdlProducts
    extends Object

    Utilities for commercial product handling.

    • Constructor Detail

      • CvdlProducts

        public CvdlProducts()
    • 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 folder

        npmModule - the name of the npm module to check

      • includeInFallbackBundle

        public static boolean includeInFallbackBundle​(String module,
                                                      File nodeModules)