Package com.vaadin.flow.spring
Class VaadinConfigurationProperties.Pnpm
java.lang.Object
com.vaadin.flow.spring.VaadinConfigurationProperties.Pnpm
- Enclosing class:
- VaadinConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Pnpm
public Pnpm()
-
-
Method Details
-
isEnable
public boolean isEnable()Returns if pnpm support is enabled.- Returns:
- if pnpm is enabled
-
setEnable
public void setEnable(boolean enable) Enables/disabled pnpm support.- Parameters:
enable
- iftrue
then pnpm support is enabled, otherwise it's disabled
-