| Package | Description |
|---|---|
| org.springframework.plugin.core |
This package contains the core plugin API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderAwarePluginRegistry<T extends Plugin<S>,S>
PluginRegistry implementation that be made aware of a certain ordering of Plugins. |
class |
PluginRegistrySupport<T extends Plugin<S>,S>
Base class for
PluginRegistry implementations. |
class |
SimplePluginRegistry<T extends Plugin<S>,S>
Basic implementation of
PluginRegistry. |
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends Plugin<S>> |
PluginRegistry.empty()
Creates a new
PluginRegistry using the #DEFAULT_COMPARATOR. |
static <S,T extends Plugin<S>> |
PluginRegistry.of(Comparator<? super T> comparator)
|
static <S,T extends Plugin<S>> |
PluginRegistry.of(List<? extends T> plugins)
Creates a new
OrderAwarePluginRegistry with the given plugins. |
static <S,T extends Plugin<S>> |
PluginRegistry.of(List<? extends T> plugins,
Comparator<? super T> comparator)
Creates a new
OrderAwarePluginRegistry with the given plugins. |
static <S,T extends Plugin<S>> |
PluginRegistry.of(T... plugins)
Creates a new
PluginRegistry with the given plugins. |
Copyright © 2008–2019 Pivotal Software, Inc.. All rights reserved.