Package com.vaadin.hilla.engine
Class GeneratorConfiguration.Plugins
java.lang.Object
com.vaadin.hilla.engine.GeneratorConfiguration.Plugins
- All Implemented Interfaces:
ConfigList<GeneratorConfiguration.Plugin>
- Enclosing class:
GeneratorConfiguration
public static class GeneratorConfiguration.Plugins
extends Object
implements ConfigList<GeneratorConfiguration.Plugin>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.hilla.parser.utils.ConfigList
ConfigList.Processor<Item> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Plugins
public Plugins()
-
-
Method Details
-
getDisable
-
getUse
-
isDisableAllDefaults
public boolean isDisableAllDefaults() -
equals
-
hashCode
public int hashCode() -
getDisabledOptions
Description copied from interface:ConfigListGets a list of default options the user wants to disable.- Specified by:
getDisabledOptionsin interfaceConfigList<GeneratorConfiguration.Plugin>- Returns:
- a list of disabled options.
-
getUsedOptions
Description copied from interface:ConfigListGets a list of custom options the user wants to use.- Specified by:
getUsedOptionsin interfaceConfigList<GeneratorConfiguration.Plugin>- Returns:
- a list of used options.
-
shouldAllDefaultsBeDisabled
public boolean shouldAllDefaultsBeDisabled()Description copied from interface:ConfigListIndicates if the user wants to disable all default options.- Specified by:
shouldAllDefaultsBeDisabledin interfaceConfigList<GeneratorConfiguration.Plugin>- Returns:
- a flag of disabling all the default options.
-