Package org.springframework.plugin.core

This package contains the core plugin API.

See:
          Description

Interface Summary
Plugin<S> Central interface for plugins for the system.
PluginRegistry<T extends Plugin<S>,S> Registry for plugins.
 

Class Summary
OrderAwarePluginRegistry<T extends Plugin<S>,S> PluginRegistry implementation that be made aware of a certain ordering of Plugins.
PluginRegistrySupport<T extends Plugin<S>,S> Base class for PluginRegistry implementations.
SimplePluginRegistry<T extends Plugin<S>,S> Basic implementation of PluginRegistry.
 

Package org.springframework.plugin.core Description

This package contains the core plugin API. It allows other modules implementing components that extend functionality defined by a plugin interface. Plugin clients can be equipped with plugin implementations.



Copyright © 2008–2014 Pivotal, Inc.. All rights reserved.