Class PluginManager


  • @Dependent
    public class PluginManager
    extends Object
    Manages Uberfire Plugins which involves monitoring the plugins directory (see PluginWatcher), and loading the deployed plugins (see PluginJarProcessor).
    • Method Detail

      • init

        public void init​(String contextRootDir,
                         String pluginDir)
        Initializes the PluginJarProcessor and PluginWatcher based on the provided parameters.
        Parameters:
        contextRootDir - the web application's context root directory, must not be null.
        pluginDir - the plugin directory, must not be null.