Package com.vaadin.hilla.parser.core
Class PluginManager
java.lang.Object
com.vaadin.hilla.parser.core.AbstractPlugin<PluginConfiguration>
com.vaadin.hilla.parser.core.AbstractCompositePlugin<PluginConfiguration>
com.vaadin.hilla.parser.core.PluginManager
- All Implemented Interfaces:
Plugin
-
Method Summary
Modifier and TypeMethodDescriptionstatic Pluginload(String name, PluginConfiguration configuration) Methods inherited from class com.vaadin.hilla.parser.core.AbstractCompositePlugin
enter, exit, resolve, scan, setConfiguration, setStorageMethods inherited from class com.vaadin.hilla.parser.core.AbstractPlugin
getConfiguration, getStorageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.hilla.parser.core.Plugin
getRequiredPlugins
-
Method Details
-
load
-