| 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()
Creates a new
SimplePluginRegistry. |
static <S,T extends Plugin<S>> |
SimplePluginRegistry.create(List<? extends T> plugins)
Creates a new
SimplePluginRegistry with the given Plugin s. |
Copyright © 2008-2015–2015 Pivotal Software, Inc.. All rights reserved.