Uses of Interface
org.springframework.plugin.core.Plugin

Packages that use Plugin
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 Plugin in org.springframework.plugin.core
 

Classes in org.springframework.plugin.core with type parameters of type Plugin
 class OrderAwarePluginRegistry<T extends Plugin<S>,S>
          PluginRegistry implementation that be made aware of a certain ordering of Plugins.
 interface PluginRegistry<T extends Plugin<S>,S>
          Registry for plugins.
 class PluginRegistrySupport<T extends Plugin<S>,S>
          Base class for PluginRegistry implementations.
 class SimplePluginRegistry<T extends Plugin<S>,S>
          Basic implementation of PluginRegistry.
 

Methods in org.springframework.plugin.core with type parameters of type Plugin
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>>
SimplePluginRegistry<T,S>
SimplePluginRegistry.create()
          Creates a new SimplePluginRegistry.
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>>
SimplePluginRegistry<T,S>
SimplePluginRegistry.create(List<? extends T> plugins)
          Creates a new SimplePluginRegistry with the given Plugin s.
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.
 

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

Classes in org.springframework.plugin.core.support with type parameters of type Plugin
 class PluginRegistryFactoryBean<T extends Plugin<S>,S>
          FactoryBean to create PluginRegistry instances.
 



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