Uses of Class
org.springframework.plugin.core.SimplePluginRegistry

Packages that use SimplePluginRegistry
org.springframework.plugin.core This package contains the core plugin API. 
 

Uses of SimplePluginRegistry in org.springframework.plugin.core
 

Subclasses of SimplePluginRegistry in org.springframework.plugin.core
 class OrderAwarePluginRegistry<T extends Plugin<S>,S>
          PluginRegistry implementation that be made aware of a certain ordering of Plugins.
 

Methods in org.springframework.plugin.core that return SimplePluginRegistry
static
<S,T extends Plugin<S>>
SimplePluginRegistry<T,S>
SimplePluginRegistry.create()
          Creates a new SimplePluginRegistry.
static
<S,T extends Plugin<S>>
SimplePluginRegistry<T,S>
SimplePluginRegistry.create(List<? extends T> plugins)
          Creates a new SimplePluginRegistry with the given Plugin s.
 



Copyright © 2008–2014 Pivotal, Inc.. All rights reserved.