Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static <S,T extends Plugin<S>> |
OrderAwarePluginRegistry.create()
Creates a new
OrderAwarePluginRegistry using the #DEFAULT_COMPARATOR . |
static <S,T extends Plugin<S>> |
OrderAwarePluginRegistry.create(Comparator<? super T> comparator)
|
static <S,T extends Plugin<S>> |
OrderAwarePluginRegistry.create(List<? extends T> plugins)
Creates a new
OrderAwarePluginRegistry with the given plugins. |
static <S,T extends Plugin<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.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. |
Modifier and Type | Method and Description |
---|---|
OrderAwarePluginRegistry<T,S> |
PluginRegistryFactoryBean.getObject() |
Copyright © 2008-2014–2015 Pivotal, Inc.. All rights reserved.