- java.lang.Object
-
- dev.hilla.parser.core.AbstractPlugin<C>
-
- dev.hilla.parser.core.AbstractCompositePlugin<PluginConfiguration>
-
- dev.hilla.parser.core.PluginManager
-
- All Implemented Interfaces:
Plugin
public final class PluginManager extends AbstractCompositePlugin<PluginConfiguration>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pluginload(String name, Integer order, PluginConfiguration configuration)-
Methods inherited from class dev.hilla.parser.core.AbstractCompositePlugin
enter, exit, resolve, scan, setStorage
-
Methods inherited from class dev.hilla.parser.core.AbstractPlugin
getConfiguration, getOrder, getStorage, setConfiguration, setOrder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.hilla.parser.core.Plugin
getRequiredPlugins
-
-
-
-
Method Detail
-
load
public static Plugin load(String name, Integer order, PluginConfiguration configuration)
-
-