|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
OrderAwarePluginRegistry.create()
Creates a new OrderAwarePluginRegistry using the #DEFAULT_COMPARATOR. |
|
static
|
OrderAwarePluginRegistry.create(Comparator<? super T> comparator)
Creates a new OrderAwarePluginRegistry using the given Comparator for ordering contained
Plugins. |
|
static
|
OrderAwarePluginRegistry.create(List<? extends T> plugins)
Creates a new OrderAwarePluginRegistry with the given plugins. |
|
static
|
OrderAwarePluginRegistry.create(List<? extends T> plugins,
Comparator<? super T> comparator)
Creates a new OrderAwarePluginRegistry with the given plugins. |
|
static
|
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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||