org.crsh.spring
Class SpringPluginDiscovery

java.lang.Object
  extended by org.crsh.plugin.ServiceLoaderDiscovery
      extended by org.crsh.spring.SpringPluginDiscovery
All Implemented Interfaces:
PluginDiscovery

public class SpringPluginDiscovery
extends ServiceLoaderDiscovery


Constructor Summary
SpringPluginDiscovery(ClassLoader classLoader, org.springframework.beans.factory.BeanFactory factory)
           
 
Method Summary
 Iterable<CRaSHPlugin<?>> getPlugins()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringPluginDiscovery

public SpringPluginDiscovery(ClassLoader classLoader,
                             org.springframework.beans.factory.BeanFactory factory)
                      throws NullPointerException
Throws:
NullPointerException
Method Detail

getPlugins

public Iterable<CRaSHPlugin<?>> getPlugins()
Specified by:
getPlugins in interface PluginDiscovery
Overrides:
getPlugins in class ServiceLoaderDiscovery


Copyright © 2015 eXo Platform SAS. All Rights Reserved.