Uses of Interface
org.crsh.plugin.PluginDiscovery

Packages that use PluginDiscovery
org.crsh.plugin   
 

Uses of PluginDiscovery in org.crsh.plugin
 

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

Methods in org.crsh.plugin that return PluginDiscovery
protected  PluginDiscovery WebPluginLifeCycle.createDiscovery(javax.servlet.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:
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.