@Dependent public class GwtRuntimePluginManager extends Object
GwtRuntimePluginWatcher), and loading the deployed plugins (see
GwtRuntimePluginLoader).| Constructor and Description |
|---|
GwtRuntimePluginManager(GwtRuntimePluginWatcher pluginWatcher,
GwtRuntimePluginLoader pluginLoader,
org.jboss.errai.cdi.server.scripts.ScriptRegistry scriptRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(String contextRootDir,
String pluginDir)
Initializes the
GwtRuntimePluginLoader and
GwtRuntimePluginWatcher based on the provided parameters. |
@Inject public GwtRuntimePluginManager(GwtRuntimePluginWatcher pluginWatcher, GwtRuntimePluginLoader pluginLoader, org.jboss.errai.cdi.server.scripts.ScriptRegistry scriptRegistry)
public void init(String contextRootDir, String pluginDir)
GwtRuntimePluginLoader and
GwtRuntimePluginWatcher based on the provided parameters.contextRootDir - the web application's context root directory, must not be
null.pluginDir - the plugin directory, must not be null.Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.