Package org.uberfire.backend.plugin
Interface RuntimePluginProcessor
-
- All Superinterfaces:
PluginProcessor
public interface RuntimePluginProcessor extends PluginProcessor
A simple marker to keep track of all runtime plugins processors.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.uberfire.backend.plugin.PluginProcessor
PluginProcessor.PluginProcessorType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<RuntimePlugin>getAvailableRuntimePlugins()Returns all available runtime plugins-
Methods inherited from interface org.uberfire.backend.plugin.PluginProcessor
isRegistered, process, removeAll, shouldProcess
-
-
-
-
Method Detail
-
getAvailableRuntimePlugins
Collection<RuntimePlugin> getAvailableRuntimePlugins()
Returns all available runtime plugins
-
-