| 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. |
| Modifier and Type | Method and Description |
|---|---|
static <S,T extends Plugin<S>> |
SimplePluginRegistry.create()
Deprecated.
use
empty() instead. |
static <S,T extends Plugin<S>> |
SimplePluginRegistry.create(List<? extends T> plugins)
Deprecated.
use
of(List) instead. |
static <S,T extends Plugin<S>> |
SimplePluginRegistry.empty()
Creates a new
SimplePluginRegistry. |
static <S,T extends Plugin<S>> |
SimplePluginRegistry.of(List<? extends T> plugins)
Creates a new
SimplePluginRegistry with the given Plugin s. |
static <S,T extends Plugin<S>> |
SimplePluginRegistry.of(T... plugins)
Creates a new
SimplePluginRegistry with the given Plugin s. |
Copyright © 2008–2019 Pivotal Software, Inc.. All rights reserved.