|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
OrderAwarePluginRegistry.create()
Creates a new OrderAwarePluginRegistry using the #DEFAULT_COMPARATOR. |
|
static
|
SimplePluginRegistry.create()
Creates a new SimplePluginRegistry. |
|
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
|
SimplePluginRegistry.create(List<? extends T> plugins)
Creates a new SimplePluginRegistry with the given Plugin s. |
|
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. |
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||