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

Packages that use OrderAwarePluginRegistry
org.springframework.plugin.core This package contains the core plugin API. 
org.springframework.plugin.core.support This package contains support classes to create bean lists or plugin registry instances out of beans implementing a certain interface. 
 

Uses of OrderAwarePluginRegistry in org.springframework.plugin.core
 

Methods in org.springframework.plugin.core that return OrderAwarePluginRegistry
static
<S,T extends Plugin<S>>
OrderAwarePluginRegistry<T,S>
OrderAwarePluginRegistry.create()
          Creates a new OrderAwarePluginRegistry using the #DEFAULT_COMPARATOR.
static
<S,T extends Plugin<S>>
OrderAwarePluginRegistry<T,S>
OrderAwarePluginRegistry.create(Comparator<? super T> comparator)
          Creates a new OrderAwarePluginRegistry using the given Comparator for ordering contained Plugins.
static
<S,T extends Plugin<S>>
OrderAwarePluginRegistry<T,S>
OrderAwarePluginRegistry.create(List<? extends T> plugins)
          Creates a new OrderAwarePluginRegistry with the given plugins.
static
<S,T extends Plugin<S>>
OrderAwarePluginRegistry<T,S>
OrderAwarePluginRegistry.create(List<? extends T> plugins, Comparator<? super T> comparator)
          Creates a new OrderAwarePluginRegistry with the given plugins.
static
<S,T extends Plugin<S>>
OrderAwarePluginRegistry<T,S>
OrderAwarePluginRegistry.createReverse(List<? extends T> plugins)
          Creates a new OrderAwarePluginRegistry with the given plugins and the order of the plugins reverted.
 OrderAwarePluginRegistry<T,S> OrderAwarePluginRegistry.reverse()
          Returns a new OrderAwarePluginRegistry with the order of the plugins reverted.
 

Uses of OrderAwarePluginRegistry in org.springframework.plugin.core.support
 

Methods in org.springframework.plugin.core.support that return OrderAwarePluginRegistry
 OrderAwarePluginRegistry<T,S> PluginRegistryFactoryBean.getObject()
           
 



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