Uses of Interface
org.crsh.plugin.PluginDiscovery

Packages that use PluginDiscovery
org.crsh.plugin   
org.crsh.spring   
 

Uses of PluginDiscovery in org.crsh.plugin
 

Classes in org.crsh.plugin that implement PluginDiscovery
 class ServiceLoaderDiscovery
           
 class SimplePluginDiscovery
           
 

Fields in org.crsh.plugin declared as PluginDiscovery
private  PluginDiscovery PluginManager.discovery
          .
 

Methods in org.crsh.plugin that return PluginDiscovery
protected  PluginDiscovery WebPluginLifeCycle.createDiscovery(ServletContext context, ClassLoader classLoader)
          Create the service loader discovery, this can be subclassed to provide an implementation, the current implementation returns a ServiceLoaderDiscovery instance.
 

Methods in org.crsh.plugin with parameters of type PluginDiscovery
protected  PluginContext Embedded.create(Map<String,Object> attributes, PluginDiscovery discovery, ClassLoader loader)
          Create the plugin context, allow subclasses to customize it.
protected  PluginContext Embedded.start(Map<String,Object> attributes, PluginDiscovery discovery, ClassLoader loader)
          Create and start the plugin context.
 

Constructors in org.crsh.plugin with parameters of type PluginDiscovery
PluginContext(ExecutorService executor, ScheduledExecutorService scanner, PluginDiscovery discovery, Map<String,Object> attributes, FS cmdFS, FS confFS, ClassLoader loader)
          Create a new plugin context.
PluginContext(PluginDiscovery discovery, Map<String,Object> attributes, FS cmdFS, FS confFS, ClassLoader loader)
          Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking:
PluginManager(PluginContext context, PluginDiscovery discovery)
           
 

Uses of PluginDiscovery in org.crsh.spring
 

Classes in org.crsh.spring that implement PluginDiscovery
 class SpringPluginDiscovery
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.