Class GWTScriptPluginProcessor
- java.lang.Object
-
- org.uberfire.backend.server.plugins.processors.GWTScriptPluginProcessor
-
- All Implemented Interfaces:
org.uberfire.backend.plugin.PluginProcessor
@ApplicationScoped public class GWTScriptPluginProcessor extends Object implements org.uberfire.backend.plugin.PluginProcessor
-
-
Constructor Summary
Constructors Constructor Description GWTScriptPluginProcessor()GWTScriptPluginProcessor(org.jboss.errai.cdi.server.scripts.ScriptRegistry scriptRegistry, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRegistered(String pluginName)voidprocess(String pluginName, String pluginDeploymentDir, boolean notifyClients)voidremoveAll()booleanshouldProcess(String pluginName)
-
-
-
Constructor Detail
-
GWTScriptPluginProcessor
public GWTScriptPluginProcessor()
-
GWTScriptPluginProcessor
@Inject public GWTScriptPluginProcessor(org.jboss.errai.cdi.server.scripts.ScriptRegistry scriptRegistry, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginAddedEvent> pluginAddedEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.PluginUpdatedEvent> pluginUpdatedEvent)
-
-
Method Detail
-
removeAll
public void removeAll()
- Specified by:
removeAllin interfaceorg.uberfire.backend.plugin.PluginProcessor
-
isRegistered
public boolean isRegistered(String pluginName)
- Specified by:
isRegisteredin interfaceorg.uberfire.backend.plugin.PluginProcessor
-
shouldProcess
public boolean shouldProcess(String pluginName)
- Specified by:
shouldProcessin interfaceorg.uberfire.backend.plugin.PluginProcessor
-
-